技术栈: react + react router + redux + webpack
# install dependencies
npm install
# create a dll-only-bundle before run app
npm run dll
# serve with hot reload at localhost:8088
npm run dev
# build for production with minification
npm run build
还需配合另外个项目 manga-server , 基于koa2开发的后台系统