Posts

Showing posts from October, 2021

Git and GitHub For Project

Image
 Git Commands How to clone any repository for GitHub to my PC? 1) Go to your GitHub account. 2)   Click to The To Right Menu of Your Profile Drop-down. 3)  In the dropdown click the option Your Organization . 4) All Organization display . 5) Select Your Current Organization . 6) Then Your selected organization dashboard is open . 7) Click on the Repositiors  option menu. 8) After Clicking all repositories display now. 9) Selec t To you Clone which repository. 10) After selecting your selected repo displa y now. 11) Click to the Green Color Code button drop-down. 12) After Clicking display all options you can clone using the Download zip file . My suggestion Copy HTTPS Url. 14) After Succesful copying th e HTTPS URL. then create a folder to any diaractry. 15)   then after creating a folder right click on the folder and select the optio n open with git bach. 16) Git Bach window Open Sussesfuly. 17) In Git Bach Type Command git clone and  paste the copy HTTPS URL and aft

React Js Start

Image
  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. 3. next go to the system Downloads then click on the download file. 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