Q. Which command creates a new React application using Create React App?
β
Correct Answer: (A)
npx create-react-app app-name
Explanation: This command scaffolds a new React project.