Skip to content

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

Notifications You must be signed in to change notification settings

matowens/angular-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published