React | Introduction To React | Question 4

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments