Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 312 Bytes

Installing project dependencies

  • install nodejs and npm

  • "$ npm install -g yo"

  • "$ npm install -g generator-angular"

  • "cd bikebuilder"

  • "$ bower install && npm install"

Adding a new bower component

  • "$ bower install component --save"
  • "$ grunt bower-install"

Starting service

  • grunt server