aiuluna / e-r

express+react+webpack2基础框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装依赖

##npm install

开发环境

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

线上环境

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

About

express+react+webpack2基础框架


Languages

Language:JavaScript 80.6%Language:CSS 16.5%Language:HTML 2.9%