Companion Repo for Redux/Redux-saga beginner tutorial
学习文档在docs文件夹中
Setup
// clone the repo
git clone https://github.com/xujie-phper/redux-saga-beginner-study
cd redux-saga-beginner-study
npm install
Run the demo
npm start
Run tests
npm test