instalar create react app en global code example
Example 1: create react app install
RUN IN CMD
npm install -g create-react-app
Example 2: npm create react app
npx --ignore-existing create-react-app .
RUN IN CMD
npm install -g create-react-app
npx --ignore-existing create-react-app .