Getting Started
Installation
Create a new Next.js application with the `create-next-app` CLI, and set up TypeScript, ESLint, and Module Path Aliases.
Project Structure
An overview of the folder and file conventions in Next.js, and how to organize your project.
Layouts and Pages
Create your first pages and layouts, and link between them.
Images and Fonts
Learn how to optimize images and fonts.
CSS and Styling
Learn about the different ways to add CSS to your application, including CSS Modules, Global CSS, Tailwind CSS, and more.
Fetching data and streaming
Start fetching data and streaming content in your application.
Mutating Data
Learn how to mutate data in your Next.js application.
Error handling
Learn how to display expected errors and handle uncaught exceptions.
Was this helpful?