Project Setup and Configuration
Set up a new Next.js 15 project using the latest tools and configure basic settings for optimal development.
Kickstarting Your Next.js Project
Time to spin up your first Next.js 15 app — prerequisites, the scaffolding tool, the file layout, and the dev server. This foundation matters.
Essential Tools: Node.js & npm
You need Node.js (the JS runtime for builds and the server) and npm, which ships with it. Check both: node -v and npm -v.
All lessons in this course
- Introduction to Next.js 15
- Project Setup and Configuration
- Pages, Layouts & Routing Basics
- Metadata, SEO, and the Document Head