create-next-app with TypeScript
Project SetupCreate Next.js app with TypeScript
Examples
Common usage examples
Create with TypeScript
npx create-next-app@latest --typescriptCreate with TypeScript, Tailwind, and App Router
npx create-next-app@latest --ts --tailwind --appRelated Commands
You might also find these useful