Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 358 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 358 Bytes

Rssify

An RSS feed aggregator based on AngularJS and ngBoilerplate


Quick Start

Install Node.js and then:

$ git clone git://github.com/jcsmesquita/rssify
$ cd ng-boilerplate
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch

Finally, open file:///path/to/rssify/build/index.html in your browser.