Skip to content

Boilerplate for Next.js + Storyblok projects with Typescript and Tailwind.

Notifications You must be signed in to change notification settings

oliverstreissi/next-storyblok-typescript-boilerplate

Repository files navigation

This is a Next.js with TypeScript, Tailwind and Storyblok as headless CMS.

Keep in mind that this boilerplate uses the approach with a client-side wrapper that allows live editing in real time, but don't uses the full potential of React server components!

Getting Started

First, install dependencies:

npm install
# or
yarn
# or
pnpm install

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Add a .env.local file with the following variables:

NEXT_PUBLIC_STORYBLOK_ACCESS_TOKEN=your-storyblok-token

About

Boilerplate for Next.js + Storyblok projects with Typescript and Tailwind.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published