Web
Analytics
How to install React JS on windows | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

How to install React JS on windows

  1. First Install Node js and NPM(NPM installed along with Node JS)
  2. Write following command to create react tool

Npm i –g create-react-app

  1. Now create new react project using create react app tool into any location of your pc

 create-react-app projectname (projectname must be in small letters only)

  1. We can develop and debug react project using VS code
  2. To run react project

Npm start