To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
Make sure to install the dependencies:
yarn install
# or
npm install
# or
pnpm install
# or
bun dev
Start the development server on http://localhost:3000, then open with your browser to see the result.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.