version: 1.0.0
Install libraries and dependencies:
bower install && npm install
gulporgulp buildto build an optimized version of your application in/distgulp serveto launch a browser sync server on your source filesgulp serve:distto launch a server on your optimized applicationgulp wiredepto fill bower dependencies in your.htmlfile(s)gulp testto launch your unit tests with Karmagulp protractorto launch your e2e tests with Protractorgulp protractor:distto launch your e2e tests with Protractor on the dist files
or
npm run bowernpm run buildnpm run servenpm run testnpm run protractor
MIT



