The templating engine for Angular 2.0.
npm install
npm install -g gulp
npm install -g bower
npm install -g protractor
bower install
gulp build watch serve
- Go to http://localhost:8000/dist/amd/example/index.html
- Unit tests:
karma start
- Start the server:
gulp build watch serve
- Start and download webdriver:
webdriver-manager start
- Run the tests:
protractor
- Use 2 spaces as tab, see .editorconfig