Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rtorr/redux-portal
- Owner: rtorr
- License: mit
- Created: 2015-08-15T20:26:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T06:59:28.000Z (about 9 years ago)
- Last Synced: 2024-11-26T22:54:09.973Z (26 days ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.gitcd redux-portal
npm install
npm start
open ./examples/index.html
```