26
How to install react , A simplest guide
Intro:
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
Let's Install React :
npx create-react-app project-name
cd project-name
Then
npm start

Conclusion :
26