rrgarciach / angular2-ts-template

Angular2 beta with TypeScript template that includes unit tests and API Blueprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-ts-template

WORK IN PROGRESS: Adding unit test examples

Angular2 beta with TypeScript scaffolding that includes unit tests.

This repository was created to serve as template for generator-angular2-ts project.

Installation

  • Clone this repository
  • Install Node.js
  • run $ npm install -g gulp-cli gulp tsc
  • run $ npm start

Development

To generate the dist folder and start watch:

  • run $ gulp

Production deployment

To generate the dist folder with all assets:

  • run $ gulp dist

About

Angular2 beta with TypeScript template that includes unit tests and API Blueprint

License:MIT License


Languages

Language:TypeScript 62.1%Language:JavaScript 29.7%Language:HTML 8.2%