Let's make a weather app!
- Fork this repository
- Clone this repository from your personal Github account:
- Copy the HTTPS or SSH address on the page.
- Run the command
git clone [SSH or HTTP address]
in your terminal to clone this repository into your personal folder in your computer
- From your terminal navigate to your personal folder and into the hows-da-weather assignment:
$ cd name of your folder
$ ls
cd hows-da-weather
- Open the hows-da-weather assignment in vscode and write your code in the
app.js
file. - Run live-server in your terminal to see your page in the browser
$ cd hows-da-weather
live-server