Q. Which command is used to create a new React application?
β
Correct Answer: (A)
npx create-react-app my-app
Explanation: The correct command is 'npx create-react-app my-app' which sets up a new React project.