/ng101-sw

an angular 1 app

Primary LanguageCSSApache License 2.0Apache-2.0

ng-101 sw edition

Thank you to @start-angular's [ani-theme] (https://github.com/start-angular/ani-theme) which is the base of this application. I updated to use a Folders-By-Feature directory structure and the angular-route library.

Installation

  1. Clone this angular 1.3 project
  1. Make sure you have bower, gulp and npm installed globally
  2. On the command prompt run the following commands
  • cd ng101-sw
  • bower install
  • npm install
  • gulp serve - For development mode
  • gulp build - concat, minify and generate the files for deployment
  • open chrome and navigate to http://localhost:9000