Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 311 Bytes

React Weather App

This is the companion code for the Beginner React series on the Scotch School.

Setup

Clone the project, install the dependencies, and run the project.

git clone https://github.com/searsaw/react-weather-app.git
cd react-weather-app
yarn
yarn start