This repo derived from angularClass repo is angular starter simplified without CI.Contrast to source files,this repo modifies somenpm commands, add some meta data in tslint.json file and keeps almost files in src/app folder unchanged .
- node >= 4.2.1
- npm >= 3
npm install- webpack
- HMR
- lazyload
- tslint
- unit-testing
- e2e-testing
- compodoc
- typedoc
- sass
npm run startnpm run buildor
npm run build:devnpm run build:prodIf necessary with aot
npm run build:prod:aotnpm run unitnpm run e2enpm run tslint