Skip to content

Sitecore Blok Starter template (Next.js 13 pages router + Chakra UI + Blok)

Notifications You must be signed in to change notification settings

markvanaalst/blok-starter-next

Repository files navigation

Sitecore Blok logo

Sitecore Blok Next.js starter template

This is a Next.js project bootstrapped with create-next-app, added with Chakra UI and Sitecore Blok setup.

Use this template to start developing with Sitecore Blok with the Next.js 13 (pages router)

Open in CodeSandbox

Use the template

npx create-next-app -e https://github.com/markvanaalst/blok-starter-next
# or
yarn create-next-app -e https://github.com/markvanaalst/blok-starter-next
# or
pnpm create-next-app -e https://github.com/markvanaalst/blok-starter-next

Installation

Install the prerequisites:

npm install
# or
yarn install
# or
pnpm install

Getting Started / Run the application

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result: Screenshot

You can start editing the page by modifying src/pages/index.tsx. The page auto-updates as you edit the file.

Learn More

Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Chakra UI / Sitecore Blok

To learn more about Chakra UI and Sitecore Blok, look at these resources:

About

Sitecore Blok Starter template (Next.js 13 pages router + Chakra UI + Blok)

Resources

Stars

Watchers

Forks