React Js Start
React Js Start
React Js
Introduction
React, sometimes referred to as a frontend JavaScript framework, is a JavaScript library created by Facebook.
React is a tool for building UI components.
How to set up react js environment in my system?
1. Go to the website 👉https://nodejs.org/en/.
2. Click to Download Current latest feature.
4. then windows this type of screen shows: then click to Next.
5. Tike the accept term and condition checkbox and click Next.
6. Select The diaractery path and click on Next.
7. Click on Next.
8. Click on Next.
9. Click on Install.
10. Windows by default ask permission. click yes.
11. All package installing processes start.
12. Click on Finish.
Congrats 👋 You have successfully installed node js on your PC.
How to Check Node Js install or not on PC?
1. Open CMD And type Following Command;
👉 node --version
=> v17.0.1
👉 npm --version
=> 8.1.0
Congrats You have successfully set up for React Js Environment in Your Pc.
Comments
Post a Comment