# redux-saga-practice **Repository Path**: coder-xuwentao/redux-saga-practice ## Basic Information - **Project Name**: redux-saga-practice - **Description**: practice redux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redux-saga-beginner-tutorial Companion Repo for [Redux/Redux-saga beginner tutorial](https://github.com/redux-saga/redux-saga/blob/master/docs/introduction/BeginnerTutorial.md) # Instructions 克隆下来运行即可 Setup ``` npm install ``` Run the demo ``` npm start ``` Run tests ``` npm test ```