Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfellerph/reddit_clone

School project for HS Rapperswil
https://github.com/gfellerph/reddit_clone

Last synced: about 1 month ago
JSON representation

School project for HS Rapperswil

Awesome Lists containing this project

README

        

#Reddit Clone#
Nicole Bosshard & Philipp Gfeller

A school project for the HSR Rapperswil

The project is available under http://reddit-dolly.herokuapp.com

##Installation##
###Prerequisites###
- node.js
- node package manager (npm)
- bower globally installed, see http://bower.io/ for instructions

###Clone the repo###
- `git clone https://github.com/tuelsch/Reddit_Clone.git`
- move to the root directory of the project `cd ./reddit_clone`

###Install dependencies###
- `npm install`
- `cd frontend`
- `bower install`
- `cd buildsystem`
- `npm install`

###Run server###
- go back to root directory `cd ./reddit_clone`
- `npm start`
- head over to your browser and visit http://localhost:3000

##Technologies used for the project##
See http://reddit-dolly.herokuapp.com/#/profile/547cb0f89a146a7c1a9ec986 for an overview of the used technologies. Post questions as a comment.