Next.js Guide#
Quick Start#
npx create-next-app@latest my-app --typescript --app --tailwind
cd my-app
npm run dev
Browse Topics#
- Getting Started - Project setup and structure
- Features - Server components, actions, middleware, SEO
- Authentication - Better Auth setup and UI components