Articles → REACT.JS → Create Your First React Js Application
Create Your First React Js Application
- Install node.js
- Add React developer tool
- Install create-react-app
- Create your first react application
- Run the application
What Is React.Js?
Install Node.Js
Add React Developer Tool
Click to Enlarge
Install Create-React-App
npm install -g create-react-app
Click to Enlarge
Create Your First React Application
npx create-react-app@5.0.1 myfirstreactjsapp
Click to Enlarge
Run The Application
cd myfirstreactjsapp
npm start
Click to Enlarge
Click to Enlarge