Minimal boilerplate for a single-page app using MobX, React, TypeScript with TSX and LESS.
Initial run:
- Install Node.js
npm install
npm start
For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the Reactive2015 demo to see a valid setup.