Home »
MCQs »
ReactJS MCQs
Which ReactJS command is used to set up everything you need to run a React Application?
11. Which ReactJS command is used to set up everything you need to run a React Application?
- create-react-app
- new-react-app
- create-new-reactapp
- react-app
Answer: A) create-react-app
Explanation:
The create-react-app command is used to set up everything you need to run a React Application.