*@channel Please take a few minutes to get set up for tonight’s review session:*
1) Kick off a `create-react-app react-weather` in the directory of your choice. ‘cd’ into the newly created directory ‘react-weather’ and open it in your code editor.
2) Sign up for a free API key here: https://www.weatherbit.io/account/create
3) Sign up for a Google API key or give an existing one access to the Google Geocoding API: https://developers.google.com/maps/documentation/geocoding/start
4) Download and unzip ‘starter-files.zip’, and copy/paste the entire ‘icons’ folder inside of ‘/public’. Then copy/paste the entire ‘data’ folder inside of ‘/src’.