create react app install

C++
RUN IN CMD

npm install -g create-react-appnpx create-react-app my-app
cd my-app
npm startnpx create-react-app hello-world
cd hello-world && npm startnpx create-react-app project-nameyarn create react-app my-appCopiedcreate-react-app my-project --use-npm
Source

Also in C++: