A Reddit clone written in AngularJS
##Pre-requisites
- NodeJs
- Npm
- Bower
##How to run
- Clone this repo.
- Install bower:
sudo npm install -g bower - Execute
bower install - Execute
sudo npm install - Execute
grunt serve
Your browser will be then be automatically launched and be pointed to localhost:9000