Skip to content

Proof of concept for graphql with react and express

Notifications You must be signed in to change notification settings

alexnm/graphql-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL React+Node Full Stack example

Proof of concept for graphql with react and express. Highlighting all the major GraphQL features including Mutations and Subscriptions.

Usage

Clone the repo. You then need two separate terminals for the backend and frontend.

In one terminal we start the express server:

cd graphql-express
npm i
npm start

In the other we start the react frontend:

cd graphql-react
npm i
npm start

The backend runs on localhost:4000 while the frontend is on localhost:3000.

About

Proof of concept for graphql with react and express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published