Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 834 Bytes

File metadata and controls

16 lines (9 loc) · 834 Bytes

Headless Craft CMS with GraphQL and React Tutorial

This is an example Next.js project for connecting to a headless Craft CMS backend using the Apollo Client GraphQL library.

After cloning this repo install the packages by running

npm install or yarn install etc.

Then run npm run dev to launch the dev environment at https://localhost:3000.

Lesson Branches

Each branch of this repo corresponds to a different lesson (Note: there is no Lesson 1 for the frontend). Choose a branch from the Github dropdown or clone it locally. The main branch is the base starter setup.