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
cd blog
启动mongo: ./mongoDb.sh
前端启动:npm run dev => localhost:7070
后端启动:npm run api
npm run dist(npm run dist_linux) => localhost:8080
修复因为hashhistory路由 变为 browserHistory路由导致的各种BUG
发布文章支持markDown写法
支持服务端渲染
增加文章分类,兼容ie9及以上
修复页码显示错乱问题
优化webpack开发环境下打包流程