build in webpack v4(processing) mobx+react+react-routerv4+styled-components+flow
Features:
- hmr support
- eslint code style-check
- use flow to static type check
- styled-components and antd-mobile for css
- devtools
├── build //build dir
├── config 
│   ├── default.json
│   ├── webpack.base.js
│   ├── webpack.dev.js
│   └── webpack.prod.js
├── flow-typed
│   ├── mobx-react.js
│   └── npm
├── main.js //entry file
├── server
│   └── index.js //hmr 
├── src
│   ├── api  //api
│   ├── app.js 
│   ├── assets 
│   ├── component
│   ├── router.js
│   ├── screen
│   ├── store
│   └── util
├── template.html
npm run dev or yarn dev and enjoy it~
npm run build or yarn build