How to install React JS on windows
- First Install Node js and NPM(NPM installed along with Node JS)
- Write following command to create react tool
Npm i –g create-react-app
- 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)
- We can develop and debug react project using VS code
- To run react project
Npm start