Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 607 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 607 Bytes

blog

material-ui + react + redux + react-router + es6 + webpack + nodeJs + express + mongoose + mongodb

技术栈:

前端:material-ui + react +redux + react-router + es6 + less + flex

后端:nodeJs + express + mongoose + mongodb

工程化:webpack

http:fetch

开始

安装及调试基本环境,安装node、mongodb

运行

1、克隆文件

2、在对应文件夹下运行 npm install

开发环境
3、npm start
4、在浏览器上访问 http://localhost:3000

生产环境
3、npm run build
4、npm run server	
5、在浏览器上访问 http://localhost:8080