Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 345 Bytes

RedditClone

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