# redux-saga-beginner-tutorial **Repository Path**: pochiko/redux-saga-beginner-tutorial ## Basic Information - **Project Name**: redux-saga-beginner-tutorial - **Description**: Redux/Redux-saga beginner tutorial - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2021-05-10 ## 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 ``` // 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 ``` Run tests ``` npm test ```