How to Install React | Create First React Project

Published: 18 August 2024
on channel: My Coding Project
149
3

Hello viewers, in this video, you are going to learn how to install react and create first react project. Before getting started with react, make sure to download and install node.js
After downloading and installing node.js, type node -v in command prompt and check the node js version. To create our first react project, we can use the command prompt. Open the command prompt and navigate to your project location. In my case, it is in documents. It is done by cd documents. Now to create a folder, just type mkdir React and press enter. React is the folder name. This is going to create a folder in the documents. Now type cd React and press enter. Then type npm install -g create-react-app and press enter. Now type npx create-react-app my-app and press enter. This is going to create the my-app. Then type cd my-app and press enter. Finally type npm start and press enter.
Step-by-step installation guide
https://mycodingproject77.blogspot.co...
Thank you for watching :)
Please Like and Subscribe
#howtoinstallreact
#createfirstreactproject


Watch video How to Install React | Create First React Project online without registration, duration hours minute second in high quality. This video was added by user My Coding Project 18 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 149 once and liked it 3 people.