This is a Next.js template which can be deployed to Render.
This template can be used to deploy your Next.js application as a Node.js server.
- Fork this repo.
- In your new repo, click the button below.
Note: The button uses the render.yaml
file in this repo to deploy your app. For more information about render.yaml
, see Render's guide.
- Fork this repo.
- Create a new Web Service on Render.
- Give Render permission to access your new repo.
- Use the following values during Web Service creation.
- Runtime: Node
- Build Command:
pnpm install; pnpm build
- Start Command:
pnpm start
To learn more about deploying Next.js, take a look at the following resources:
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!