- React 16 /redux 4 /redux-saga /React-Router 4
- Typescript / Babel 7
- Webpack 4 (config file also in ts)
- CSSModules / LESS
- TsLint / prettier (with vscode config to intergrate all tools)
- Antd + custom theme file
- Nodemon to restart webpack when you change config file
- no package-lock.json (if you want lock file, delete .npmrc)
npm install
npm start
- test
- storybook!
- reduce dep
downgrade webpack to 4.28 for webpack/webpack#8656