Boilerplate code for single page application using AngularJS, RequireJS
In project directory run following
- Install grunt and its dependencies
npm install
npm install grunt-cli -g
npm install grunt -g
npm install bower -g
- Install bower components
bower install
- Start grunt server
grunt serve
#FAQ