Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tribou/reddit-reader

Sample ES6 React/Flux app to browse Reddit categories
https://github.com/tribou/reddit-reader

flux react reddit

Last synced: about 1 month ago
JSON representation

Sample ES6 React/Flux app to browse Reddit categories

Awesome Lists containing this project

README

        

# Reddit Reader

Browse your favorite Reddit categories and share posts via email.

![Reddit Reader](https://raw.githubusercontent.com/wiki/tribou/reddit-reader/reddit-reader.gif)

Reddit reader is an example Reddit web client built in React, Flux, and Hapi with drag-and-drop and auto-search upon keystroke features.

#### Quick Start

First, ensure you have [Node.js version 4](https://nodejs.org/dist/v4.2.1/node-v4.2.1.pkg) installed.

Then, open a new terminal session, and run the following commands:

```bash
# Clone the repo
git clone https://github.com/tribou/reddit-reader

# cd into the directory
cd reddit-reader

# Install the Node.js dependencies
npm install

# Build the client assets
npm run build

# Start the app
npm start
```

Afterwards, the app should be available at http://localhost:8000.