Skip to content

Next.js Guide#

Quick Start#

npx create-next-app@latest my-app --typescript --app --tailwind
cd my-app
npm run dev

Browse Topics#