Project Setup & CLI
Learn how to initialize a new Next.js 15 project and navigate the basic project structure using the command-line interface.
Next.js 15: Your First Step
Welcome to Next.js 15 — the React framework for fast, scalable, production-ready apps. First up: spinning up a project and reading its structure from the CLI.
What You'll Need
Before you start, you need Node.js 18.17 or later — it provides the JavaScript runtime, and its package manager (npm, Yarn, or pnpm) installs your dependencies.
All lessons in this course
- Project Setup & CLI
- File-System Routing Basics
- Pages & Layouts Overview
- Styling Your Next.js App