Angular-Plate
Angular 2 Boilerplate.
This is a small simple repo to get setup and started with Angular2.
- Package management with JSPM
- ES6 Module import with systemJS
- Written in Typescript & ES6
- Lodash
Step 1: (Install dependencies)
npm install jspm live-server tsd typescript@^1.5.0-beta -g
jspm install
Step 2: (Setup Angular TS definitions (will create 'typings' dir))
tsd query angular2 --action install
Step 3: (Watch for changes and open a new terminal and start live server)
tsc -w
live-server