https://github.com/ethul/purescript-react-redux-example
https://github.com/ethul/purescript-react-redux-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethul/purescript-react-redux-example
- Owner: ethul
- Created: 2016-05-15T22:20:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T21:49:10.000Z (over 8 years ago)
- Last Synced: 2025-10-04T07:39:57.657Z (9 months ago)
- Language: PureScript
- Size: 51.8 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.