The Process of install react js on local pc
- Install Node JS [Download node js exe and install]
- Set env variable on my computer properties []
- Install NPM [npm install]
- Install React [npx create react-app my-app]
- Open my-app directory's src folder & run react app [npm run start]