Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 758 Bytes

File metadata and controls

16 lines (9 loc) · 758 Bytes

This is the angular2 quick start!!

Lite Server notes/scripts (things to memeoriz): Here's what these scripts do:

npm start - runs the compiler and a server at the same time, both in "watch mode"

npm run tsc - runs the TypeScript compiler once

npm run tsc:w - runs the TypeScript compiler in watch mode; the process keeps running, awaiting changes to TypeScript files and re-compiling when it sees them

npm run lite - runs the lite-server, a light-weight, static file server with excellent support for Angular apps that use routing

npm run typings - runs the typings tool

npm run postinstall - called by npm automatically after it successfully completes package installation. This script installs the TypeScript definition files defined in typings.json