Code base for the React Weather App tutorial found here: www.tiny.cc/a0h1ty
To install from your terminal:
-Clone this repository to your local machine |
git clone https://github.com/maisonm/weather_app_tutorial
- Navigate to the repo on your machine, and install the dependencies from
package.json
|cd weather_app_tutorial
=>npm install