- Node.js v0.10.x+
- npm (which comes bundled with Node) v2.1.0+
- git
sudo gem install compass
npm install --global yo bower grunt-cli
npm install --global generator-angular@0.9.2
git clone https://github.com/lalva/flickrCaseStudy.git
cd flickrCaseStudy
npm install
bower install
grunt serve
To create views/controllers/models/directives, use yo angular generator version 0.11.1
- Navigate to root directory
- Run
gruntfor building andgrunt servefor preview.
Running grunt test will run the unit tests with karma.