Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 624 Bytes

#Angular Boilerplate ####Clone down the repository in your terminal: #####git clone git@github.com:JoshSpears3/Angular-Boilerplate.git

##Dependencies #####Bower, Install components with bower install (packages included):

  • angular
  • angular-local-storage
  • angular-ui-router

#####Grunt, Install packages with npm install (dependencies included):

  • grunt-contrib-sass
  • grunt-contrib-cssmin
  • grunt-contrib-connect
  • grunt-contrib-watch
  • grunt-contrib-uglify
  • grunt-contrib-concat

##Ready to go!

Run the grunt command in your terminal to start up the server.