Need help with React install

Imagine using Windows and dealing with any of this. I recommend making a Ubuntu partition and having a fun time coding lol

hi @sabbyiqbal.
In the windows command propmt I first used:
npm install -g create-react-app
create-react-app project

but after using these commands my public and src folders are not downloading,only node_modules,package.json and yarn.lock fo]iles are installed which are not sufficient to start the react app.
Please help!!

Isn’t the command for installing react:

npx create-react-app

See https://reactjs.org/docs/create-a-new-react-app.html#create-react-app

I tried with create-react-app also but it has same issue☹️

You used npx? Not npm?

I used npx as per the documentation of react