Home »
MCQs »
Next.js MCQs
Which of the following command will quickly build a new Next.js application?
51. Which of the following command will quickly build a new Next.js application?
- npx create-next-app@latest
- yarn create next-app
- pnpm create next-app
- All of the above
Answer: D) All of the above
Explanation:
Following commands will quickly build a new next.js application:
- npx create-next-app@latest
- yarn create next-app
- pnpm create next-app