/angular-boilerplate

Angularjs projet boilerplate.

Primary LanguageJavaScript

How to use this repo

  1. Get the content of the repo (clone it, fork it or just download the zip file
  2. If you have not npm + grunt installed
  1. Go in the project folder and run the following commands
    npm install
    bower install
    grunt
    grunt server

The release version of the application is in the folder dist. You need to run the command grunt to launch the release process and update the content of the dist folder.