or
yarn dev
auto-imported
Overview
A Next.js project bootstrapped with create-next-app.
Getting Started
Running the Development Server
Pick one of the following commands based on the package manager you’re using:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Once the server is running, open http://localhost:3000 in your browser to see the result.
Editing Pages
Start from app/page.tsx. The page will update automatically every time you save your changes, thanks to Next.js’s built-in hot reload.
Fonts
This project uses next/font to automatically optimize and load Geist — Vercel’s latest font family.
Learn More
To dive deeper into Next.js, check out the following resources:
| Resource | Description |
|---|---|
| Next.js Documentation | Features and API reference. |
| Learn Next.js | An interactive tutorial for beginners. |
| Next.js GitHub Repository | Feedback and contributions are very welcome. |
Deploy on Vercel
The easiest way to deploy a Next.js app is via the Vercel Platform — built by the same team that created Next.js.
For a complete guide, read the Next.js deployment documentation.