Skip to content

machito/gulp-angular-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp + Angular Kit

Production-ready starter kit for AngularJS apps

Node Modules

  • Gulp + Plugins
  • Babel
  • BrowserSync
  • RunSequence

Bower Components

  • Angular
  • Angular Route
  • Angular Animate
  • Angular Sanitize
  • Angular UI Bootstrap
  • Moment
  • Lodash

Installation


Contributing to this project:

npm install && bower install - install dependencies

Starting a new project:

npm run kit - install dependencies & remove git

One step copy & paste install:

This will clone the repo, rename the project to "myWebApp" and install everything you'll need.

git clone https://github.com/worldmedia/wmi-angular-kit.git && mv wmi-angular-kit/ myWebApp && cd myWebApp && npm run kit

Usage


Update the following naming conventions:

src/app.js: const _MODULE = 'your-app-name';

gulpfile.js: Change app.module to 'your-app-name'

/src/index.html: ng-app="your-app-name"

Serve


gulp serve

Releases

No releases published

Packages

No packages published