Jackblog 是使用 Node.js + MongoDB + 其它客户端框架开发的个人博客系统,前后端分离,仿简书模板,自适应布局. 服务端和客户端搭配使用.
服务端有:
express 版 https://github.com/jackhutu/jackblog-api-express
koa 版 https://github.com/jackhutu/jackblog-api-koa
web 客户端有:
angular1.x 版:https://github.com/jackhutu/jackblog-angular1 demo 地址:angular1.jackhu.top
angular2.x 版:https://github.com/jackhutu/jackblog-angular2 demo 地址:angular2.jackhu.top
react redux 版: https://github.com/jackhutu/jackblog-react-redux demo 地址:redux.jackhu.top
vue 版: https://github.com/jackhutu/jackblog-vue demo 地址:vue.jackhu.top
移动端有:
react native 版: https://github.com/jackhutu/jackblog-react-native-redux