Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 496 Bytes

File metadata and controls

25 lines (20 loc) · 496 Bytes

Installation

npm install -g gulp

After that, go to the starter directory and just run:

npm install

Start

To the server, run: gulp or gulp serve-dev

and done! The browser will popup and you can start trying Angular 2! Every changes to the file will refresh the browser automatically and it'll also compile your changed TypeScripts files to Javascript files.

Testing

This project comes with testing gulp workflow

Unit testing

Just run

gulp test