Companion Repo for Redux/Redux-saga beginner tutorial
This branch(master) is where the tutorial starts. Following the tutorial will result in the code found in the sagas branch.
Setup
// clone the repo
git clone https://github.com/redux-saga/redux-saga-beginner-tutorial.git
cd redux-saga-beginner-tutorial
npm install
Run the demo
npm start