how to create react app for the code example
Example 1: create react project
npx create-react-app my-app
cd my-app
npm start
Example 2: create app react js
npx create-react-app my-appcd my-appnpm startCopy
npx create-react-app my-app
cd my-app
npm start
npx create-react-app my-appcd my-appnpm startCopy