Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gfellerph/reddit_clone
- Owner: gfellerph
- Created: 2014-05-21T16:23:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T12:03:41.000Z (about 10 years ago)
- Last Synced: 2024-10-15T02:06:47.580Z (3 months ago)
- Language: JavaScript
- Size: 18.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Reddit Clone#
Nicole Bosshard & Philipp GfellerA 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.