A boilerplate based on rokoroku's react-mobx-typescript-boilerplate.
- Typescript 2.1.4
- React 15.4.1
- React Router 3.0.0
- Mobx
- Mobx React
- Mobx React Router
- Mobx React Devtools
- Ant Design
- Webpack 2.2.0-rc.3
- Awesome Typescript Loader 3.0.0-beta17
- PostCSS Loader 1.2.1
- React Hot Loader 1.3.0
- ExtractText Plugin 2.0.0-beta.4
- HTML Webpack Plugin 2.24.1
$ npm install
$ npm start
$ npm run build
- Since webpack 2 is still in beta, related dependencies can occur
UNMET PEER DEPENDENCY
errors.
To avoid error, use npm >=3.0.0 - This boilerplate doesn't contain any testing frameworks. Use something that suits your taste.
(such as Mocha, Jasmine, or Jest)
MIT