Skip to content

ankuronweb/grunt-angular

Repository files navigation

grunt-angular

Modular angular scaffolding for compartmentalizing your angular js application. It uses Grunt to build the directory structure on the fly.

Grunt tasks read from 'src' folder and generate angular specific 'dist' folder with controllers, directives, services etc.

Steps to set up

  1. Open Terminal.
  2. Run 'git clone https://github.com/ankuronweb/grunt-angular' to clone the repo.
  3. cd to grunt-angular folder.
  4. Run 'npm install' to install node dependencies.
  5. Run 'grunt'to produce minified, concatenated files inside dist. OR Run 'grunt dev' to produce debuggable code.

About

Angular js scaffolding for modular angular apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published