NextJsDeploying a Next.js App

Next.js apps can be deployed to Vercel (official platform), Netlify, or other cloud services. Vercel offers seamless integration with GitHub and GitLab.

npm run build
npm run start
# Deploy by pushing to a Git repository connected to Vercel.