Skn0tt / nextjs-nestjs-integration-example

https://nextjs-nestjs-integration-example.now.sh
156 stars 36 forks source link

How to release this project to production environment? #41

Closed JIAFENG123 closed 1 year ago

JIAFENG123 commented 2 years ago

Hello, I have a problem, that is, this project includes the backend, how do I package it into the production environment?

paulorsbrito commented 1 year ago

You'll need to deploy on Vercel, I think.

Skn0tt commented 1 year ago

You can deploy this anywhere you'd deploy a Next.js application - Platforms like Vercel or Netlify, as a Docker Container if you use next start, or anywhere else.