Getting Started - Pages Router
Source URL: https://nextjs.org/docs/pages/getting-started
Getting Started - Pages Router
Section titled “Getting Started - Pages Router”- Installation
- How to create a new Next.js application with
create-next-app. Set up TypeScript, ESLint,and configure yournext.config.jsfile.
- How to create a new Next.js application with
- 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/imagecomponent.
- Optimize your images with the built-in
- 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.