/hackernews-relay-client

A hacker news client with React and Relay stack.

Primary LanguageJavaScript

hackernews-relay-client

This is a HackerNews Chrome extension built with React and Relay stack. Graphqlhub is used as the backend.

Installation

  1. Clone the project
  2. npm install
  3. npm start

Running as a webpage

Just visit http://localhost:8080/chrome

Running as a extension

Follow the instructions on Chrome developer page.