Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 484 Bytes

angular-seed

Base structure and build process for an AngularJS app in order to jump right in quickly.

Setup

Install development dependencies:

npm install

Install application dependencies:

bower install

Build application:

grunt

Develop out of the app directory.

The root directory the application runs from is the public dir.

Ingredients

We're currently making use of the following:

  • HTML5 Boiler Plate
  • Angular
  • UI Router
  • ng-notify
  • nprogress