xiumark / blog-2

一个基于react+redux+react-router+node+express+mongoDB的博客系统,支持服务端渲染

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

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

2017-05-17

修复因为hashhistory路由 变为 browserHistory路由导致的各种BUG

2017-04-20

发布文章支持markDown写法

2017-03-30

支持服务端渲染

2017-01-11

增加文章分类,兼容ie9及以上

2016-12-4

修复页码显示错乱问题
优化webpack开发环境下打包流程

About

一个基于react+redux+react-router+node+express+mongoDB的博客系统,支持服务端渲染


Languages

Language:JavaScript 62.8%Language:CSS 36.8%Language:HTML 0.3%Language:Shell 0.0%