Here is a pretty useful Git Guide.
Run this in your terminal to clone:
git clone https://github.com/itstechnova/diy-react-workshop.git
A folder called diy-react-workshop should appear!
Use your preferred code editor. I use Visual Studio Code!
- Run
npm -v
to check if you have npm - our package manager - installed. It should return the version if so. - Run
npm install
from the diy-react-workshop folder . - Run
npm start
from the diy-react-workshop folder. - Your application should open up in a web browser on
localhost:3000
! - When you make changes to the code it will immediately update the browser!
Install node.js, this should install npm automatically: https://nodejs.org/en/
Check out Github pages to host your site for free!
Note you will need to login or create a GitHub account!
Plugging the Git Guide again!