Setup Next.js project
13 June 2025 (Updated 13 June 2025)
Ensure you have Node.js installed and then run:
npx create-next-app@latest
Start dev server:
npm run dev
Tagged:
Next.js recipes
Ensure you have Node.js installed and then run:
npx create-next-app@latest
Start dev server:
npm run dev