The client side is in React, After cloning1 the repo and being on the project directory do the following:
- Install dependencies using
yarn install
or
npm install
- then start the app
yarn start
The client side is in React, After cloning the repo and being on the project directory do the folloeing:
- install dependanicies using
yarn install
or
npm install
- then start the app
yarn start
Footnotes
-
To clone follow the following steps:point_down::
- Click on the
Code
button with a drop down.
Use any of the methods to clone the repo.
-
HTTPS
- Copy the code of the repo
- Open the git terminal and enter the following command.
git clone https://github.com/wicodeZU/weather-App.git
-
SSH
- Copy the code of the repo
- Open the git terminal and enter the following command.
Make sure that your SSH key is connected with the github account. If not then you can add an ssh key following this instructions.
git clone [email protected]:wicodeZU/weather-App.git
-
Github CLI
- Copy the code of the repo
- Open the git terminal and enter the following command.
Make sure that you have the github CLI installed in your system and then connect it with Github. If not then follow this instructions to install and authenticate.
gh repo clone wicodeZU/weather-App
-
File Download
If you can't use the methods listed above for any reason, you can download a zip file.
Just click the ZIP Download file.
After the download then unzip the file. ↩ - Click on the