Skip to content

WebYourMind/AngularJS-Gulp

Repository files navigation

AngularJS-Gulp

An AngularJS Starter repo for Angular + Gulp

Installation

git clone [email protected]:WebYourMind/AngularJS-Gulp.git

cd AngularJS-Gulp

npm install

bower install

Build & Run the App

  • $ gulp to build an optimized version of your application in folder dist
  • $ gulp serve to start BrowserSync server on your source files with live reload
  • $ gulp serve:dist to start BrowserSync server on your optimized application without live reload
  • $ gulp test to run your unit tests with Karma
  • $ gulp test:auto to run your unit tests with Karma in watch mode
  • $ gulp protractor to launch your e2e tests with Protractor
  • $ gulp protractor:dist to launch your e2e tests with Protractor on the dist files

About

An AngularJS Starter repo for Angular + Gulp

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors