Redux-Saga example

Introduction

This repository contains a minimum implementation of Redux Saga based on a tutorial from Rocketseat to be used for future reference.

How to run

Run a mocked HTTP server

yarn server

Run the application

yarn start