Skip to content

pfryga/gulp-angular-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2782eea · Feb 19, 2015

History

25 Commits
Dec 7, 2014
Dec 7, 2014
Feb 19, 2015
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 21, 2014
Dec 21, 2014
Dec 7, 2014
Dec 7, 2014
Feb 14, 2015
Dec 7, 2014

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