jackblog-angular2
Jackblog 是使用 Node.js + MongoDB + 其它客户端框架开发的个人博客系统,前后端分离,仿简书模板.
服务端有: express 版 , koa 版
客户端有: angular1.x 版 , angular2.x 版 , react 版 , vue 版
移动端有: react native 版, ionic2.0 版
此为客户端angular2.0版, 需要配合服务端使用.
服务端任选一种, 请预先安装并启动服务端
开发
$ git clone [email protected]:jackhutu/jackblog-angular2.git
$ cd jackblog-angular2
$ npm install
$ npm run dev
打包
$ npm run build 或 npm run start
线上布署
$ npm run pm2-start
License
MIT