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
npx degit graphcms/graphcms-examples/with-sapper with-sapper
Install & Run:
cd with-sapper
npm install
npm run dev
# or
yarn
yarn dev