comando para criar um aplicativo React

npx create-react-app yourprojectname

#or

yarn create react-app yourprojectname
Outrageous Ostrich