Astro with Relay

The Astro + Relay example demonstrates how to use Relay with a Astro project in SSG mode.

Getting Started

First, run the development server:

1
2
3
4
5
npm run dev
# or
yarn dev
# or
pnpm dev

You can start editing the app by modifying files under src/pages/ directory. The screen auto-updates as you edit the file.

Learn more about WunderGraph + Relay

To learn more about WunderGraph Relay integration, read our Quickstart Guide

Learn More about Relay

Learn More about Astro

Deploy to WunderGraph

Previous
Astro

Was this article helpful to you?
Provide feedback

Edit this page