0PricingLogin
Next.js 15 Fullstack Web Apps · Lesson

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

  1. Introduction to Next.js 15
  2. Project Setup and Configuration
  3. Pages, Layouts & Routing Basics
  4. Metadata, SEO, and the Document Head
← Back to Next.js 15 Fullstack Web Apps