Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixschl/purescript-redux-saga-example
Example of how to use purescript-redux-saga - https://felixschl.github.io/purescript-redux-saga-example/
https://github.com/felixschl/purescript-redux-saga-example
Last synced: 7 days ago
JSON representation
Example of how to use purescript-redux-saga - https://felixschl.github.io/purescript-redux-saga-example/
- Host: GitHub
- URL: https://github.com/felixschl/purescript-redux-saga-example
- Owner: felixSchl
- Created: 2017-09-25T00:14:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T00:17:15.000Z (about 7 years ago)
- Last Synced: 2024-11-14T04:28:41.699Z (about 2 months ago)
- Language: PureScript
- Homepage:
- Size: 454 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-redux-saga-example
Example of using [purescript-redux-saga](https://github.com/felixschl/purescript-redux-saga).
## Installation
Make sure that you have [`Node`](https://nodejs.org/en/) and [`Bower`](https://bower.io/) installed on your machine.
```bash
npm i
```## Running example locally
```bash
npm run webpack:server
```
Visit [http://localhost:4008/](http://localhost:4008/) in your browser.## Redux DevTools
The example will hook into the [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension) if it is installed.