Next dev
Tool
About
`next dev` is the native command-line directive used within the Next.js React framework to spin up a local development server. Executing this command enables real-time features like hot-module replacement (HMR), runtime error overlays, and on-demand compilation of modified frontend code.

