how to run an existing react project code example
Example 1: create a new project with create-react-app
npx create-react-app project-name
Example 2: how to run an existing react project
npx create-react-app "Whatever the foldar name"
npx create-react-app project-name
npx create-react-app "Whatever the foldar name"