Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitvallon/isomorphic-redux
Code sample based on web tutorial (Handcrafting an Isomorphic Redux Application) https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
https://github.com/benoitvallon/isomorphic-redux
Last synced: 10 days ago
JSON representation
Code sample based on web tutorial (Handcrafting an Isomorphic Redux Application) https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
- Host: GitHub
- URL: https://github.com/benoitvallon/isomorphic-redux
- Owner: benoitvallon
- License: mit
- Created: 2015-09-10T18:20:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T21:40:24.000Z (about 9 years ago)
- Last Synced: 2024-10-11T09:11:03.519Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Isomorphic Redux Demo
Basic isomorphic app built on [Redux](https://github.com/rackt/redux)
```
$ npm run dev
$ browser http://localhost:8080
```