Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 361 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 361 Bytes

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