steps to install react js in windows code example
Example 1: react.js installation
npx create-react-app my-app
cd my-app
npm start
Example 2: how to install react js
C:\Users\Tutorialspoint\Desktop\reactApp>npm install react --save
C:\Users\Tutorialspoint\Desktop\reactApp>npm install react-dom --save