coretech-ods
v5.0.0
Published
A bare minimum react-mobx-webpack-typescript boilerplate with TodoMVC example.
Downloads
2
Readme
Frontend Boilerplate with React, MobX & TypeScript
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.
See also: react-redux-typescript-boilerplate
Contains
- [x] Typescript 3.2
- [x] React 16.7
- [x] React Router 4
- [x] Mobx 5
- [x] Mobx React
- [x] Mobx React Router
- [x] Mobx React Devtools
- [x] TodoMVC example
Build tools
- [x] Webpack 4
- [x] Tree Shaking
- [x] Webpack Dev Server
- [x] Typescript Loader
- [x] PostCSS Loader
- [x] PostCSS Preset Env
- [x] CSS modules
- [x] React Hot Loader
- [x] Mini CSS Extract Plugin
- [x] HTML Webpack Plugin
Setup
$ npm install
Running
$ npm start
Build
$ npm run build
Code Format
$ npm run prettier
License
MIT