GraphQL API with Prisma + Apollo Client in React.js with simple Auth, Subscriptions/Real-time updates etc How to run Start GraphQL server cd server\src yarn start Navigate to localhost:4000 to visit GraphQL Playground. Start React client from root: yarn start Navigate to localhost:3000 Resources used https://www.howtographql.com/ https://graphql.org/learn/