gulp or gulp build // build dist folder
gulp serve // start local development server
gulp serve:dist // start local production server
gulp test --continue // run karma tests
gulp test:auto // run karma tests from browser
gulp test:debug // run karma in chrome with debug options
Run the application from dist:
gulp serve:dist
Open one command prompt and run:
gulp webdriver-start
Open another command prompt and run:
gulp test:e2e --continue