purescript-react-redux-example

November 13, 2016 ยท View on GitHub

Example of using purescript-react-redux.

Installation

Make sure that you have Node and Bower installed on your machine.

npm i

Running example locally

npm run webpack:server

Visit http://localhost:4008/ in your browser.

Redux DevTools

The example will hook into the Redux DevTools Extension if it is installed.

Contents

  1. 1Installation
  2. 2Running example locally
  3. 3Redux DevTools