steps to create reat new project code example
Example 1: create react app install
RUN IN CMD
npm install -g create-react-app
Example 2: create new react app
Create new react app
RUN IN CMD
npm install -g create-react-app
Create new react app