Skip to content

kimobrian/GraphQL-React-Apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A GraphQL implementation in React using Apollo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published