Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 531 Bytes

burger-AngularjS

This project is generated with yo angular generator version 0.14.0.

Prerequisites

node, bower, grunt, & grunt-cli preinstalled

  • brew install node
  • brew install bower
  • npm install -g grunt
  • npm install -g grunt-cli

Install dependencies before you start

  • npm install
  • bower install

Build & development

Run grunt or grunt --force for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.