React-generator client or ssr for development
- webpack 4.5
- koa 2
- Redux
- react-router 4
- sass
- px compile for vw
- String transcoding internationalization solution (transcode after compilation)
- Basic code specification complies with Airbnb
# clone
git clone https://github.com/yuanzhhh/React-generator
# install
cd React-generator && npm install
# dev for client
npm run dev
# dev for ssr
npm run devs