Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.58 KB

GraphQL-React-Apollo

A GraphQL implementation in React using Apollo.

This repo is a client side implementation of GraphQL and is connected to a server side implementation repo. Setup the server before setting up the client.

Branch matching:

Client Server
develop master
subscriptions subscriptions
update master
subs-b subscriptions

Articles:

Setup

Note: Configure the port here to match the cors origin port on the server

git clone git@github.com:kimobrian/GraphQL-React-Apollo.git

cd GraphQL-React-Apollo

yarn  # alternatively npm install

yarn start # Start the Application.