Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 895 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 895 Bytes

GraphCMS ⨯ Next.js

Join our Slack

This example demonstrates how to query from GraphCMS with graphql-request in Next.js.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit graphcms/graphcms-examples/with-nextjs with-nextjs

Install & Run:

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

Run on Codesandbox

Develop with Codesandbox