Open up a terminal window/command prompt/Powershell prompt in intuit-apollo and run
npm install
npm run graphql-serverThat should install dependencies and start a GraphQL server on port 8000.
Then open another prompt and run
npm run devThat should run a client server (React on top of Vite), usually on port 5173.
- GitHub - graphql/graphiql: GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
- JSON GraphQL Server
- How to Retrieve a GraphQL Schema
- Introspection | GraphQL
- GraphQL: Language Feature Support - Visual Studio Marketplace
- Queries and Mutations | GraphQL
- GitHub - graphql/express-graphql: Create a GraphQL HTTP server with Express. The underlying technology for JSON GrapQL Server
- Get started with Bootstrap · Bootstrap v5.2 For reference