logoNext.js
DocumentationBlogLearnGithub
Getting Started
Installation
Project Structure
Building Your Application
Routing
Data Fetching
Rendering
Caching
Styling
Optimizing
Configuring
Testing
Authentication
Deploying
Upgrading
API Reference
Edge Runtime
Components
File Conventions
Functions
next.config.js Options
CLI
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.