Skip to main content

Next.js application setup

This section guides you through the process of creating a web app using Next.js.

info

These instructions expect you have a basic-level understanding of Next.js. If you are completely new to Next.js, we recommend you complete a Next.js tutorial before continuing. Vercel's is a very good one.

tip

If you don't want to create the Next.js app yourself, the following links will take you to the finished code, allowing you to skip to Activate Uniform Context.

  • StackBlitz - Open the code in a web container that runs entirely in your browser.
  • GitHub - Clone the repo on your own machine.