Install Next.js
Set up a new Next.js project with your preferred package manager. This guide uses Create Next App, the official Next.js starter.
Create a new project
Run the following command to create a new Next.js application. The interactive CLI will guide you through the setup process.