blog在线预览地址:http://www.hechuanhua.cn
前端: react+redux+react-router
后端: node+express+mongoDB提供的API
前后端完全分离
修改mondoDb.sh路径为自己本机上的mongo路径
git clone https://github.com/hechuanhua/blog.git
npm install
npm install webpack babel babel-cli pm2 -g
启动mongo: ./mongoDb.sh
npm start
浏览器输入 localhost:7070
npm run dist(npm run dist_linux)
浏览器输入 localhost:8080
支持服务端渲染
增加文章分类,兼容ie9及以上
修复页码显示错乱问题
优化webpack开发环境下打包流程