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