Getting Started - Quickstart
Open up a terminal and copy & paste the following lines.
yarn global add @wundergraph/wunderctl@latestmkdir wg-demo && cd wg-demowunderctl init --template nextjs-starteryarn && yarn dev
This will initialize our NextJS Demo Environment so that you can try WunderGraph on your local machine in less than a minute.
Join us on Discord!#
Installing all packages might take some time. You'll probably have some questions when playing around with WunderGraph.
While the installation runs, why not join us on discord so we can have a chat later.
We'd love to hear your opinion or help you with questions!
Concepts#
This example demonstrates 5 core concepts of WunderGraph.
- Easy typesafe data fetching
- Typesafe Mocking
- Edge Caching
- Authentication aware data fetching
- Realtime Subscriptions
Architecture#
Next Steps#
The Quickstart helps you to get a better understanding of the concepts of WunderGraph. Once you've tried them out and feel a bit more comfortable, why not try out one of our Starter Kits? They help you to stand up new projects, e.g. NextJS with PostgreSQL and Prisma Migrate to quickly build a Full Stack Web Application.