Commands.app

create-next-app with TypeScript

Project Setup

Create Next.js app with TypeScript

Examples
Common usage examples

Create with TypeScript

npx create-next-app@latest --typescript

Create with TypeScript, Tailwind, and App Router

npx create-next-app@latest --ts --tailwind --app
Related Commands
You might also find these useful