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.
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.