Next.js Commands

Create a New Next.js App

npx create-next-app@latest

Creates a new Next.js project with the latest starter template

Run Development Server

npm run dev

Starts the Next.js development server on localhost