Have a working AngularJS application up and running in minutes.
- AngularJS
- Bootstrap
- Less
- Grunt
This project is intended to adhere to the best practices defined in the John Papa Style Guide.
https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md
// Install the NodeJS dependencies
npm install
// Download the Client-side dependencies
bower install
// Run the build, start the server, watch file changes
grunt
Now, direct your browser to http://localhost:3000/
gruntgrunt buildgrunt deploygrunt cleangrunt testgrunt ngdocs
grunt test
- eslint
- jshint
- karma / jasmine
To generate all the files for a new view, run the following command replacing {viewName} with the name of the page you would like to create.
grunt yo:view:{viewName}