App with observables, based off the Scotch.io Angular 2 starter kit: https://github.com/scotch-io/angular2-starter-basic
- Transpiling ES6: TypeScript compiled via npm script
- Compiled from the
app/folder to thedist/folder
- Compiled from the
- Loading Imports: SystemJS is the loader
- Serving: lite-server serves our dev server
- Install dependencies:
npm install - Start the app:
npm start - View the app: http://localhost:3000
- The Angular application is found in the
app/directory
- Use the Angular CLI