How to install React:
download and install nodeJs
This will include npm and npx
Create a folder
open cmd with the same folder
Check the version of node by typing node-v
Setting up a React Environment:
To create a React application with create-react-app, follow ...
reactjsbynitin.hashnode.dev1 min read