23
How to install react , A simplest guide
Intro:
What is react :
Pre-requisites :
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
npm start
Conclusion :
23