Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.16 KB

SPA with AngularJS

version: 1.0.0





Usage

Install libraries and dependencies:

bower install && npm install

Use Gulp tasks

  • gulp or gulp build to build an optimized version of your application in /dist
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp wiredep to fill bower dependencies in your .html file(s)
  • gulp test to launch your unit tests with Karma
  • gulp protractor to launch your e2e tests with Protractor
  • gulp protractor:dist to launch your e2e tests with Protractor on the dist files

or

  • npm run bower
  • npm run build
  • npm run serve
  • npm run test
  • npm run protractor

License

MIT