lakylekidd / graphql-react-client

This is my sample react client implementation using GraphQL, React Apollo and Apollo Boost

Home Page:https://graphql-react-client.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is my sample react client implementation using GraphQL, React Apollo and Apollo Boost

https://graphql-react-client.herokuapp.com/


Languages

Language:JavaScript 83.8%Language:HTML 10.2%Language:CSS 6.0%