Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.