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.git
cd djsreader
npm install
bower install
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.