/ang-news

Hacker News Clone to add links and comments

Primary LanguageJavaScript

ang-news

This is a hacker news clone created with AngularJS and Yeoman. It uses Firebase to store the posts and users. Logged in users can add posts and comments, guests can only see the content.

Development Use

Requires Node.js and npm to be installed. Check out the instructions

1 - Clone repo

2- Make sure bower and grunt are available in the global path

npm instal -g bower grunt

3- Spin up the local server with grunt

grunt serve