facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.79k stars 26.87k forks source link

npx #13599

Open MsdYdf opened 5 months ago

bharat407 commented 4 months ago

Please follow these steps:-

Install Node.js and npm: Download from nodejs.org (LTS version).

Could you ensure that the PATH environment variable includes the directory where Node.js and npm are installed?

Verify Installation: Run in Command Prompt node -v npm -v

Update npm (if needed Run in command Prompt npm install -g npm

Create React App: Run in Command Prompt npx create-react-app my-app