how to create a react aoo code example
Example 1: create a new project with create-react-app
npx create-react-app project-name
Example 2: create app react js
npx create-react-app my-appcd my-appnpm startCopy
npx create-react-app project-name
npx create-react-app my-appcd my-appnpm startCopy