Skip to content

edshav/next-redux-saga-typescript

Repository files navigation

next-redux-saga-typescript example

This example is based on the with-redux-saga example.

How to use

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev