sintak / jackblog-angular2

Jackblog Angular 2.0 版, 个人博客系统, 使用Angular2, Typescript, Rxjs, Ng2-bootstrap等.

Home Page:https://angular2.jackhu.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jackblog-angular2

Dependency Status devDependency Status

Jackblog 是使用 Node.js + MongoDB + 其它客户端框架开发的个人博客系统,前后端分离,仿简书模板.
服务端有: express 版 , koa 版
客户端有: angular1.x 版 , angular2.x 版 , react 版 , vue 版
移动端有: react native 版, ionic2.0 版

此为客户端angular2.0版, 需要配合服务端使用.

服务端任选一种, 请预先安装并启动服务端

开发

$ git clone git@github.com:jackhutu/jackblog-angular2.git
$ cd jackblog-angular2
$ npm install
$ gulp serve

打包

$ gulp build 或 gulp serve:dist

线上布署

$ pm2 start process.json

License

MIT

About

Jackblog Angular 2.0 版, 个人博客系统, 使用Angular2, Typescript, Rxjs, Ng2-bootstrap等.

https://angular2.jackhu.top

License:MIT License


Languages

Language:TypeScript 66.0%Language:CSS 13.1%Language:HTML 12.6%Language:JavaScript 8.3%