next
all
React framework that uses server-side rendering for building optimized web applications.
More info →Options (2)
-p, --portbooleanStart the current application and listen on a specific port
Example:
next dev {{[-p|--port]}} {{port}}-h, --helpbooleanDisplay help for a subcommand
Example:
next {{build|dev|export|start|telemetry}} {{[-h|--help]}}Examples (8)
Start the current application in development mode
next devBuild the current application optimized for production
next buildStart the compiled application in production mode
next startDisplay the Next.js telemetry status
next telemetryDisplay help for a subcommand
next build|dev|export|start|telemetry [-h|--help]made by @shridhargupta | data from tldr-pages