This is a hacker news client written in react. Currently this has very limited functionality.
- install all project dependencies with
yarn install
ornpm install
- start the development server with
yarn start
ornpm start
- Production build can be created using
yarn build
ornpm run build
- Tests can be run using
yarn test
ornpm run test
Currently https://hacker-news.firebaseio.com/v0/ is directly being used. Node.js GraphQL server may be added in future as a middleware
MIT License: https://armujahid.mit-license.org/@2018/