Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 880 Bytes

Hygraph x SvelteKit

Join our Slack

This example shows how to use the SvelteKit with Hygraph. It uses graphql-request.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

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

Install & Run:

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

Run on Codesandbox

Develop with Codesandbox