comando para criar um aplicativo React
npx create-react-app my-app
cd my-app
npm start
Proud Panther
npx create-react-app my-app
cd my-app
npm start
npx create-react-app@latest your-project-name --use-npm
npx create-react-app minha-pagina
# create react app
npx create-react-app router-tutorial
# vite
npm init vite@latest router-tutorial --template react
npx create-react-app react-tutorial
npx babel --watch src --out-dir . --presets react-app/prod