React JS Tutorial 2024: How to Create React App in React JS (Hindi)

Posted by

React JS Tutorial 2024

Welcome to React JS Tutorial 2024

In this tutorial, we will learn how to create a React app using Create React App in React JS. React JS is a popular JavaScript library for building user interfaces.

Steps to create a React app using Create React App:

  1. Install Node.js and npm on your system if you haven’t already.
  2. Open your terminal and run the following command to install Create React App globally:

npm install -g create-react-app

  1. Create a new React app by running the following command:

npx create-react-app my-react-app

Replace “my-react-app” with the name of your app.

  1. Change directory to your new app:

cd my-react-app

  1. Start the development server to see your app in action:

npm start

You can now visit http://localhost:3000 in your browser to see your React app running.

Conclusion

Congratulations! You have successfully created a React app using Create React App in React JS. Stay tuned for more tutorials on React JS in Hindi.

0 0 votes
Article Rating

Leave a Reply

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
@armani007
2 days ago

bro if have a knowledge of mern stack then why or how did you learn power bi?

@NovneetSingh
2 days ago

Bhaiya plz upload full stack projects using next js

2
0
Would love your thoughts, please comment.x
()
x