Super simple Angular 2 app with 1 module and 2 routes
git clone https://github.com/johnpapa/angular2-tour-of-heroes.git toh
cd toh
npm i
Runs the TypeScript compiler and launches the app
npm start
Runs the Angular AoT compiler, rollup, uglify for an optimized bundle, then launches the app
npm run start-aot
Runs AoT plus gzips and launches the app
gulp copy-aot-gzip
npm run aot
npm run rollup
http-server
Notes:
- Use your favorite server in place of
http-server
- This could be scripted, obviously
lite-server
does not launch gzipped files by default.