logoNext.js
DocumentationBlogLearnGithub
Getting Started
Installation
Project Structure
Building Your Application
Routing
Data Fetching
Rendering
Caching
Styling
Optimizing
Configuring
Deploying
Upgrading
API Reference
create-next-app
Edge Runtime
Next.js CLI
Components
File Conventions
Functions
next.config.js Options
Architecture
Community
logoNext.js
DocumentationBlogLearn
Introduction/Getting Started

Getting Started

Installation

Create a new Next.js application with `create-next-app`. Set up TypeScript, styles, and configure your `next.config.js` file.

Project Structure

A list of folders and files conventions in a Next.js project

Installation

Create a new Next.js application with `create-next-app`. Set up TypeScript, styles, and configure your `next.config.js` file.