Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rtorr/redux-portal

A redux/hot-reload compatible Portal
https://github.com/rtorr/redux-portal

Last synced: 20 days ago
JSON representation

A redux/hot-reload compatible Portal

Awesome Lists containing this project

README

        

# Redux Portal

There is still much to do and test, but please feel free to play around with this

### Installation

To install the stable version:

```
npm install --save redux-portal
```

### Examples

```
git clone [email protected]:rtorr/redux-portal.git

cd redux-portal

npm install

npm start

open ./examples/index.html
```