Create React-ApolloGraphQL app Run the server: cd server/ npm i npm run dev Run the client: cd client/ yarn yarn start Then open http://localhost:3000/ to see your app. Then open http://localhost:5000/graphql/ to see your graphql schema.