A client-side rendering workstation for building react app.
Features
index.html
yarn dev
- start development server. Default on your_ip_address:8080
.yarn api
- start mock API server. Default on your_ip_address:8081
.yarn watch
- start development build. Output to dist
folder. Also watch
files change.yarn build
- start production build. Output to dist
folder and generate a stats.html
under root directory for visualized bundle size report.yarn test
- start running tests with Jest.react-router
not the latest?Provider
in this structure?image-webpack-loader
not the latest?Other branches are legacy/experiments, please ignore them.