🚀 Bootstrap your fullstack GraphQL app within seconds
Basic starter kit for a fullstack GraphQL app with React and Node.js.
- Scalable GraphQL server: The server uses
graphql-yoga
which is based on Apollo Server & Express - Pre-configured Apollo Client: The project comes with a preconfigured setup for Apollo Client
- Simple Hello World example: Where it either returns
Hello <name>!
if name argument is provided or else it returnsHello World!
For a fully-fledged React & Apollo tutorial, visit How to GraphQL.
yarn start
ornpm run start
starts GraphQL server onhttp://localhost:4000
The GraphQL boilerplates are maintained by the GraphQL community, with official support from the Apollo & Prisma teams.
Your feedback is very helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the #graphql-boilerplate
channel on our Slack.