Skip to content

Latest commit

 

History

History
 
 

with-sapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphCMS x Sapper

Join our Slack

This example shows how to use the Svelte framework, Sapper, with GraphCMS. It uses isomorphic unfetch and server routes to proxy the queries, offering a path to easy authentication if needed.

Demo

Deploy with Vercel

How to Use

Download Manually

npx degit graphcms/graphcms-examples/with-sapper with-sapper

Install & Run:

cd with-sapper
npm install
npm run dev
# or
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox