The simplest project to kick angular2 running.
cd to the directory where package.json
file resides. Run npm install
.
Basically you have two options to start this application:
-
start with live TS compiler:
npm start
- starts both TS compiler and runs this application on lite server -
start application only:
npm run lite
- runs this application on lite server, live TS compilation is off
For further details of what's needed see package.json
.