DocumentationInstall Next.js

Install Next.js

Create a new Next.js project with TypeScript, Tailwind CSS, ESLint, and App Router.


1

Create Project

Run the following command to create a new Next.js project:

npx create-next-app@latest my-app --typescript --tailwind --eslint --app --src-dir --import-alias '@/*'

Navigate to your project directory:

cd my-app