Skip to content

Latest commit

 

History

History

local-state

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Local State within GraphQL with Apollo React

  1. Start the GraphQL backend:
cd backend
yarn install
yarn start
  1. Start the React/TypeScript frontend:
cd frontend
yarn install
yarn start
  1. The app is running:
  • Frontend: http://localhost:9080
  • GraphiQL: http://localhost:9000/graphiql

Example Application