/e-r

express+react+webpack2基础框架

Primary LanguageJavaScript

安装依赖

##npm install

开发环境

##启动前端 npm run dev
##启动服务 npm start
http://localhost:8082/client

线上环境

##打包 npm run build
##启动 npm start
http://localhost:3000