This is a functioning example of a simple react client application accessing the back end of a GraphQL server. Demo here!
- React
- React Apollo
- Apollo Boost
- GraphQL
In order to run this project you need to follow the instructions on this GitHub repo.
- Clone the current repo
- Run
npm install
- Run
npm start
to run it locally.
Note: Don't forget to download the GraphQL API server from the GitHub repo mentioned above to make this run.
Alternatively, you can use the sample API endpoint already deployed to heroku by uncommenting the lines at App.js
.