A bare minimum react-mobx-webpack-typescript 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.
- Typescript 2.7
- React 16
- React Router 4.3
- Mobx
- Mobx React
- Mobx React Router
- Mobx React Devtools
- TodoMVC example
- Webpack 4
- Typescript Loader
- PostCSS Loader
- React Hot Loader
- ExtractText Plugin
- HTML Webpack Plugin
- electron-rebuild
- electron-builder 20.20
$ npm install
$ npm run build
$ npm start
$ npm run dev
$ npm run prettier
MIT