TechnotronicOz / react-hn

A React & react-router-powered implementation of Hacker News using its Firebase API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A React & react-router-powered implementation of Hacker News using its Firebase API.

Live version: http://insin.github.io/react-hn

Features

Feature requests are welcome!

Building

Install gulp (if you don't already have it) and dependencies:

npm install -g gulp
npm install

Gulp Tasks

  • gulp dist - builds from scratch into the /dist directory.
  • gulp watch - watches JavaScript in /src, linting, transpiling, browserifying and copying to /dist on every change.

Pass a --production flag to use minified JavaScript.

Build Note

The version of reactfire used in the live build has been hand-tweaked to work around an issue when browerifying it.

MIT Licensed

About

A React & react-router-powered implementation of Hacker News using its Firebase API

License:MIT License