Deploy


Node.js Server


Next.js can be deployed to any hosting provider that supports Node.js. This is the approach you should take if you’re using .

Make sure your package.json has the build and start scripts:

nuxt build builds the production application in the .nuxt folder. After building, nuxt start starts a Node.js server that supports, serving both statically generated and server-side rendered pages.

Last updated