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 start
npm run build
or
npm run build:dev
npm run build:prod
If necessary with aot
npm run build:prod:aot
npm run unit
npm run e2e
npm run tslint