==================
GreenGerong(破狼) blog with Angular2.
- Install Nodejs( v5 or v6)
npm install -g angular-cli@latest
npm install
- development:
npm run jit
&npm run aot
- production:
ng build --prod
- test:
npm test
- angular-cli command
- angular-cli: Angular2 cli tool.
- sass
- karma
- tslint & codelyzer
- typescript & @types
- ...