React, MobX & TypeScript
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.
See also: react-redux-typescript-boilerplate
Contains
- Typescript 3.2
- React 16.7
- React Router 4
- Mobx 5
- Mobx React
- Mobx React Router
- Mobx React Devtools
- TodoMVC example
Build tools
- Webpack 4
- Typescript Loader
- PostCSS Loader
- React Hot Loader
- Mini CSS Extract Plugin
- HTML Webpack Plugin
Setup
$ npm install
Running
$ npm start
Build
$ npm run build
Code Format
$ npm run prettier
License
MIT