nextjs/start-server

Start Production Server

Run the built Next.js app in production mode

start
production

Command

npm run start

Explanation

Starts the Next.js app after a build on port 3000 by default.

Examples

Start production server

npm run start