Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 415 Bytes

angular-boilerplate

Boilerplate code for single page application using AngularJS, RequireJS

Project setup steps

In project directory run following

  1. Install grunt and its dependencies
  • npm install
  • npm install grunt-cli -g
  • npm install grunt -g
  • npm install bower -g
  1. Install bower components
  • bower install
  1. Start grunt server
  • grunt serve

Build Steps

#FAQ