A bare minimum react-mobx-webpack-es6 boilerplate with TodoMVC example.
Note that this project does not include Server-Side Rendering, Testing Frameworks and other stuffs that makes the package unnecessarily complicated.
Ideal for creating React apps from the scratch.
$ npm install
$ npm start
$ npm run build
$ npm run prettier