https://github.com/danielstern/redux-saga-sandbox
A console-based Redux Saga sandbox
https://github.com/danielstern/redux-saga-sandbox
Last synced: about 1 year ago
JSON representation
A console-based Redux Saga sandbox
- Host: GitHub
- URL: https://github.com/danielstern/redux-saga-sandbox
- Owner: danielstern
- Created: 2017-07-17T17:23:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:15:40.000Z (over 3 years ago)
- Last Synced: 2025-02-10T15:50:55.867Z (over 1 year ago)
- Language: HTML
- Size: 438 KB
- Stars: 39
- Watchers: 5
- Forks: 42
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redux-saga-sandbox
A console-based Redux Saga sandbox
## About
Use this tool to learn Redux Saga in a responsive, browser-based environment.
## Installation and Getting Started
Enusre you have installed `nodejs` from https://nodejs.org/. Something >= 6.x should be fine., You will also need to have a version of `npm` >= 5.2.
To install dependencies and start the application run the following commands:
`npm install`
`npm start`
Visit `http://localhost:8082` using Chrome