create proyect react code example
Example 1: npm create react app
npx create-react-app app-name
cd app-name
npm start
Example 2: create a new project with create-react-app
npx create-react-app project-name
npx create-react-app app-name
cd app-name
npm start
npx create-react-app project-name