#Global NPM Dependencies
- Run
sudo npm install -g tsc
-
Run
npm install
to install app dependencies -
Run
npm start
in a separate terminal window to start the server and launch the app
The deploy script does not run npm install but an initial npm install is required on the server.
For package size and load time reasons this application does not use any node modules but includes all relevant angular2/javascript modules through a CDN network. See index.html
.