Demo: https://www.dapaer.cn/ (no avalible yet)
- Angular 2 ( 2.4 final realase )
- Express
- jwt ( JSON Web Tokens )
- Webpack ( packHelper )
git https://github.com/dapaer/NodeRocket2
cd NodeRocket2
# Install dependencies
npm/cnpm install
# start server
npm/cnpm run dev
# Application url: http://localhost:4001
# 打包
npm/cnpm run webpack:jit
npm/cnpm run webpack:aot(由于使用了2.4的ng版本与ng-bootstrap不兼容,该方式打包暂时有问题)