Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 732 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 732 Bytes

GraphQL React Client

This is a functioning example of a simple react client application accessing the back end of a GraphQL server. Demo here!

Technologies Used

  • React
  • React Apollo
  • Apollo Boost
  • GraphQL

Instructions

In order to run this project you need to follow the instructions on this GitHub repo.

  1. Clone the current repo
  2. Run npm install
  3. 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.