Angular-boilerplate is skeleton to build your single-page application with examples of using the main features of the Angular.js framework.
You must have installed node, bower and gulp. Need to start usage:
npm install
bower install
gulp
The MIT License