How to install react , A simplest guide

Intro:

Image: Photo by Lautaro Andreani on Unsplash

What is react :

Pre-requisites :

click here to install node.js
note: If you have already installed node in your system you can skip this step and move on to next
Image by: rohitcode on LinkedIn

Let's Install React :

npx create-react-app project-name
cd project-name
Then
npm start

Conclusion :

23