/angular-seed

AngularJS Seed

Primary LanguageJavaScript

Angular Seed Build Status

Install

  1. npm install
  2. npm install -g grunt-cli
  3. grunt install

Development

Install livereload

  1. grunt devserver

Production

  1. grunt build
  2. grunt webserver

Testing

  1. grunt test