djsreader icon indicating copy to clipboard operation
djsreader copied to clipboard

A tutorial app for AngularJS, Yeoman, and some of their friends

DailyJS Reader

This project is part of a tutorial series for AngularJS and Yeoman.

Go to DailyJS for more information on this project.

Installation

You will need:

  • Node 0.10.x
  • Bower (npm install -g bower)
  • Grunt (npm install -g grunt-cli)
  • Compass (gem install compass)
  1. git clone [email protected]:alexyoung/djsreader.git
  2. cd djsreader
  3. npm install
  4. bower install
  5. grunt build

You should see "Done, without errors." in green.

Usage

Run grunt server to run a local server that will serve a development version of the project.

Run grunt test to run the unit tests.

Tutorials