tribou / reddit-reader

Sample ES6 React/Flux app to browse Reddit categories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Reader

Browse your favorite Reddit categories and share posts via email.

Reddit Reader

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 installed.

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

# 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.

About

Sample ES6 React/Flux app to browse Reddit categories

License:MIT License


Languages

Language:JavaScript 75.8%Language:CSS 21.2%Language:HTML 3.0%