# 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 git@github.com:rtorr/redux-portal.git

cd redux-portal

npm install
 
npm start
 
open ./examples/index.html 
```