Skip to content

pfryga/gulp-angular-gen

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published