Skip to content

armujahid/hnreact

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hacker News React Build Status Greenkeeper badge

This is a hacker news client written in react. Currently this has very limited functionality.

Installation

  • install all project dependencies with yarn install or npm install
  • start the development server with yarn start or npm start
  • Production build can be created using yarn build or npm run build
  • Tests can be run using yarn test or npm run test

Backend Server

Currently https://hacker-news.firebaseio.com/v0/ is directly being used. Node.js GraphQL server may be added in future as a middleware

License

MIT License: https://armujahid.mit-license.org/@2018/