React + Redux + axios
###Getting Started###
Checkout this repo, install depdencies, then start the gulp process with the following:
> git clone git@github.com:bertin/weather_forecast.git
> cd weather_forecast
> npm install ( to install the dependencies )
> npm start ( to start the application )
####To access the application##### In your web browser
> http://localhost:8080/
###Credits### This project is a result from learning from Stephen Griders excellent course on udemy https://www.udemy.com/react-redux/learn/v4/overview I started out with Stephens starter projects from his github page, and followed his instructions from the course. Stephen Grider is THE most talented instructor I have ever experienced. Stephens courses is highly recommended when learning React and Redux.