==================
GreenGerong(破狼) blog with Angular4. Online link https://greengerong.github.io/rebirth.
- Web version rebirth: https://github.com/greengerong/rebirth
- Ionic2 version rebirth: https://github.com/greengerong/rebirth-ionic2
- Nativescript version rebirth: https://github.com/greengerong/rebirth-nativescript
- Install Nodejs( v6 or v7)
npm install -g @angular/cli@latest
npm install
- development:
npm run jit
或npm run aot
- production:
ng build --prod --aot
- test:
npm test
- @angular/cli command
- @angular/cli: Angular cli tool.
- sass
- karma
- tslint & codelyzer
- typescript & @types
- ...