how to tell react build to build into another folder code example
Example 1: create react app in current folder
create-react-app .
Example 2: install react to current folder
npx create-react-app .
create-react-app .
npx create-react-app .