Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 724 Bytes

File metadata and controls

10 lines (6 loc) · 724 Bytes

hackernews-react-apollo

A sample project written in React that aims to implement a hackernews frontend replica using Apollo to fetch from a GraphQL API.

This project is fully based on the GraphQL Node tutorial written by Nikolas Burk for the howtographql.com.

You can check out the final result here or download to your local machine and setting up manually.

Manual Setup

Just clone the repo to your local machine, go to the root folder and install the local dependencies with npm install then run npm start and you are good to go.