FrameworksNode.jsNext.js
💡

Este artículo aún no está completo. Si tienes alguna pregunta, no dudes en preguntar en la Discusión.

Además, si te gustaría contribuir a este artículo, siéntete libre de abrir un Pull Request en nuestro Repositorio de GitHub.

Deploy Next.js

Deploy Next.js App in Zeabur.

Step1: Create Next.js App (Optional)

  • Node.js v14 or greater version.

Open your terminal and run

npx create-next-app@latest
# or
yarn create next-app
# or
pnpm create next-app

Init a GitHub repository for it and upload to your GitHub.

Step2: Deploy Next.js App

Click on Deploy service or Add new service button, then choose Deploy your source code.

deploy

Search for your Next.js App repository, click on import, your Next.js App will start deploying.