Commande pour créer une application React

npx create-react-app yourprojectname

#or

yarn create react-app yourprojectname
Outrageous Ostrich