Which command is used to create a new React app using Create React App?
npx react-init
npx create-react-app my-app
npm install react
react create my-app
This question is part of this quiz :