Getting Started - Pages Router
Installation
How to create a new Next.js application with `create-next-app`. Set up TypeScript, ESLint,and configure your `next.config.js` file.
Project Structure
Learn about the folder and file conventions in a Next.js project, and how to organize your project.
Images
Optimize your images with the built-in `next/image` component.
Fonts
Learn how to use fonts in Next.js
CSS
Learn about the different ways to add CSS to your application, including CSS Modules, Global CSS, Tailwind CSS, and more.
Deploying
Learn how to deploy your Next.js application.
Was this helpful?