djsreader
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)
git clone [email protected]:alexyoung/djsreader.gitcd djsreadernpm installbower installgrunt 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.