Robotfriends React App upgrade with Redux
To make it run locally on your machine fork this repo and run the following commands:
npm install
npm start
- Bootstrapped with create-react-app V1.5.2
- Redux: V4.0.1
- Redux-logger: V3.0.6
- Open the developer console to see the Actions Log enabled by Redux Logger
- Redux-thunk Middleware to return functions instead of actions: V2.3.0
- Tachyons: 4.9.1
This project was bootstrapped with Create React App.