Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/reddit-clone


https://github.com/akiran/reddit-clone

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Scaffold for live coding meetup event

### Installation
Make sure you have nodejs installed.

### Setup
```bash
git clone https://github.com/akiran/reddit-clone
cd reddit-clone
npm install
npm start
gulp
open http://localhost:8000 in browser
```

### Important libraries we use in the application
* [React](http://facebook.github.io/react/)
* [reflux](https://github.com/spoike/refluxjs)
* [react-router](https://github.com/rackt/react-router)