ReactJS Installation in Hindi

Опубликовано: 18 Июль 2026
на канале: Programming with Harsh
711
20

Hello Friends In this video we will learn how to install ReactJS

Download Nodejs
https://nodejs.org/en/download/

Install create-react-app by running this command in your terminal:
npm install -g create-react-app

Run this command to create a React application named dashboard:
npx create-react-app dashboard

Run this command to move to the dashboard directory:
cd dashboard

Run this command to run the React application dashboard:
npm start

Open your browser and type localhost:3000 in the address bar and enjoy !!
----------------------------------------------------------------------------------------------------------------------------------------------------------
In case you are finding issue in above steps, download React from my github link
https://github.com/Harsh2yu/react-app

After download, run below command
npm install
npm start
Open your browser and type localhost:3000 in the address bar and enjoy !!

⭐️Subscribe for more videos⭐️
   / @programmingwithharsh  

ReactJS
https://reactjs.org/

Table of Contents for React JS Tutorials

1. React JS Installation
   • ReactJS Installation in Hindi  

2. React JS Project Structure
   • ReactJS Project Structure in Hindi  

3. React JS Component
   • ReactJS Component in Hindi  

4. ReactJS Props
   • ReactJS Props in Hindi  

5. ReactJS State
   • ReactJS State in Hindi  

6. ReactJS Component Lifecycle Mounting Phase - Part 1
   • ReactJS Component Lifecycle Mounting Phase...  

7. ReactJS Component Lifecycle Updating Phase - Part 2
   • ReactJS Component Lifecycle Updating Phase...  

8. ReactJS Component Lifecycle Unmounting Phase - Part 3
   • ReactJS Component Lifecycle Unmounting Pha...  

9. ReactJS Forms
   • ReactJS Forms in Hindi  

#Programming_with_Harsh