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.
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.