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:
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!
- The JS Developer’s Podcast [EP: 2] Variables and Data Manipulation - October 15, 2024
- YouTube Channels to Learn Coding: Top 9 Picks That Will Make a You Master - October 10, 2024
- The JS Developer’s Podcast [EP: 1] Introduction to JavaScript - September 27, 2024
Pingback: Introduction to ReactJS | ReactJS Tutorial #2 - Mr Programmer