Home »
MCQs »
Next.js MCQs
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?
- Start dev
- Start server
- npm run dev
- npm start sever
Answer: C) npm run dev
Explanation:
npm run dev command is used to start the development server in Next.js.