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

https://github.com/ethul/purescript-react-redux-example


https://github.com/ethul/purescript-react-redux-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# purescript-react-redux-example

Example of using [purescript-react-redux](https://github.com/ethul/purescript-react-redux).

## 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.