Hello World Example
The simplest way to explore WunderGraph is to use the "headless" Hello World example. You can find it in the "examples" folder of our monorepo .
This example shows the bare minimum configuration to get WunderGraph up and running.
Data source configuration
As the data source, we add a single API, the SpaceX GraphQL API in this case.
1
2
3
4
5
6
7
8
9
10
Operation configuration
Next, we configure a simple Operation.
1
2
3
4
5
6
7
Running the application
Now, we can run the application using npm run start
and access the generated RPC API.
1
Learn more
Deploy to WunderGraph Cloud
The easiest way to deploy your WunderGraph app is to use WunderGraph Cloud.