A framework for quickly setup enterprise SPA.
- Run
npm installto install the dependencies. - Run
npm run debugto start the local web server. - Go to
http://localhost:3000and you should see the app running! - Run
npm run lintto check code style issues. - Run
npm run buildwill pack all resource into specified folder - Run
npm startwill run buid task and run it on node http server. - Go to
http://localhost:9000and you should see the final app running on production
- react, redux, react-router, webpack, sass, css-module, lodash, babel, eslint etc.
- Test fetch function with back-ends
- Improve published build for production
- Add unit test.