• Stars
    star
    582
  • Rank 73,818 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Redux/Redux-saga beginner tutorial

redux-saga-beginner-tutorial

Companion Repo for Redux/Redux-saga beginner tutorial

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