0PricingLogin
Next.js 15 Fullstack (App Router + Server Actions) · Lesson

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

  1. Project Setup & CLI
  2. File-System Routing Basics
  3. Pages & Layouts Overview
  4. Styling Your Next.js App
← Back to Next.js 15 Fullstack (App Router + Server Actions)