weather_app_tutorial
weather_app_tutorial copied to clipboard
Complete project files for the Medium tutorial found here: www.tiny.cc/a0h1ty
Hey! I'm going through your [Medium article](https://medium.com/@maison.moa/create-a-simple-weather-app-using-node-js-express-and-react-54105094647a). I cloned down the most recent version (which seems to have been refactored a bit since the article was written), added my API...
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...
- store all config in a separate file at the server - add utility to make API calls - store url and url config in a separate file - define...
this link in readme is broken [www.tiny.cc/a0h1ty](http://www.tiny.cc/a0h1ty)