weather_app_tutorial
weather_app_tutorial copied to clipboard
added redux-dev-tools and composeWithDevTools
As it was written /client/src/store/index.js would only work for me using Chrome browser with the Redux DevTools extension installed. By adding npm package redux-dev-tools to client package.json and some changes to /client/src/store/index.js it now runs in all browsers I was able to test