Angular2 beta with TypeScript scaffolding that includes unit tests.
This repository was created to serve as template for generator-angular2-ts project.
- Clone this repository
- Install Node.js
- run
$ npm install -g gulp-cli gulp tsc
- run
$ npm start
To generate the dist folder and start watch:
- run
$ gulp
To generate the dist folder with all assets:
- run
$ gulp dist