This repo is a companion to the Headless CMSs course on Frontend Masters.
- Node version 20 & npm
To being the course, clone the repo and check out the step/0
branch. The main branch contains an example solution of the final application build throughout the course. The other step/X
branches are checkpoint branches during the course.
git clone https://github.com/Hendrixer/headless-nextjs.git
cd headless-nextjs
git checkout step/0
npm install
npm run dev
Contenful is the CMS used in this course. Create a free Contentful account and add environment variables to your project:
- Create a Contentful account
- Create a new "Space" in Contentful for the project
- Add these environment variables to a
.env
file in the root of your project. The values can be found in Contentful under Settings > API keys:
CONTENTFUL_SPACE_ID=""
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_PREVIEW_ACCESS_TOKEN=""
CONTENTFUL_PREVIEW_SECRET=""