Home »
MCQs »
ReactJS MCQs
How to install create-react-app?
12. How to install create-react-app?
- npx create-react-app -new my-app
- npx create-react-app -app my-app
- npx new-react-app my-app
- npx create-react-app my-app
Answer: D) npx create-react-app my-app
Explanation:
The npx create-react-app my-app command is used to install create-react-app.