Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1015 Bytes

File metadata and controls

33 lines (20 loc) · 1015 Bytes

Hygraph x SvelteKit x URQL

Join our Slack

This example shows how to use the SvelteKit with Hygraph and URQL.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-examples/with-sveltekit-and-urql with-sveltekit-and-urql

Install & Run:

cd with-sveltekit-and-urql
npm install
npm run dev -- --open

Run on Codesandbox

Develop with Codesandbox