npm install -g gulp
After that, go to the starter directory and just run:
npm install
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.
This project comes with testing gulp workflow
Just run
gulp test