Skip to content

AndrewSC208/angular2QuickStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors