For online modules (https://unpkg.com/) use this link.
For locally installed modules use this link.
Node, Lite-server, TypeScript, BrowserSync, Angular2 application skeleton
Provided for developing Angular2 applications using Typescript served over lite-server server.
Must have node and npm installed
Install node dependencies in your project root directory (this is where the 'package.json' file is located) using:
$ npm install
Start application with
$ npm run start
Base index.html page and SystemJS configuration file systemjs.config.js are located in ./app folder.
In your browser change the URL with http://localhost:3333/app/index.html and your Angular2 application will start. Angular2 TypeScirpt application is located in ./app/ts folder. The transpiled files are located in ./app/js folder.