I am trying to set up react app using create-react-app command on windows pc. I already used it on my mac computer, and it works well. But I encounter a problem. Here my ste
npx install create-react-app nameOfYourFolder
npm install create-react-app nameOfYourFolder
cd nameOfYourFolder
npm start
You can find more in React documentation here