Which of the following command is used to start the development server in Next.js?

18. Which of the following command is used to start the development server in Next.js?

  1. Start dev
  2. Start server
  3. npm run dev
  4. npm start sever

Answer: C) npm run dev

Explanation:

npm run dev command is used to start the development server in Next.js.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.