- Install global dependencies:
npm install -g browserify gulp bower testem protractor - Install local npm dependencies:
npm install - Install local bower dependencies:
gulp bowerInstall - Install Protractor specific webdrivers:
webdriver-manager update - Build project into dist directory:
gulp build - Run application on local webserver plus watch for changes:
gulp watch - Run unit tests:
testem - Run end-to-end tests:
gulp protractor(gulp watchmust be running in as another process i.e. in another console window).
Last active
November 7, 2015 13:29
-
-
Save newtriks/b3b0c9ec068af9cb05e3 to your computer and use it in GitHub Desktop.
Project setup for: angular, gulp, bower, testem and protractor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment