Getting Started With ReactJS | ReactJS Tutorial #1

Getting Started With ReactJS | ReactJS Tutorial #11 min read

Hey Programmers, In this Post We Will Starting With ReactJS. We Will Learn All About ReactJS Like What React is, the Benefits Of React, React DOM, JSX, React Components, And Many More. But Before Proceeding With These Terms In the Further Parts We Will First Install & Setup up ReactJS For Development.

Also Read: Introduction To ReactJS | ReactJS Tutorial #2

Create a New React App

To Start With React We Need to Create Our First React, To Create a New React App Follow the Steps:

Step 1: Create New App Using NPX (Node Package Execute)

npx create-react-app my_app

Once the Your React App is Installed Copy the Following Command In the Terminal

cd my_app

Start React App

npm start

Once You Hit the npm start Command Your App Will be Run at http://localhost:3000/ Server

Output:

image 1

Conclusion

From this We Started With React And Created Our First React App. In the Further Part We will Work With the Terms Discussed Above. So this Was It For This Blog See You In the Next One Till Then Keep Coding Keep Exploring!

Tanmay Sinha

Author

  • Tanmay Sinha

    Founder & CEO of MrProgrammer.in | I help Learning Freaks to Step into the World of Programming and Our Mission is to Provide High Quality and Valuable Content to Our Users! We believe that everyone has the potential to learn to code, and we are committed to making that happen. Our courses are designed to be engaging and interactive, and we offer a variety of learning paths to meet the needs of all learners. We are also committed to providing our learners with the support they need to succeed, and we offer a variety of resources to help learners learn at their own pace. If you are interested in learning to code, we encourage you to check out our courses. We are confident that you will find our content to be high-quality, valuable, and makes sense.

One comment

Leave a Reply