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: about 2 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T21:40:24.000Z (about 10 years ago)
- Last Synced: 2025-02-13T19:19:39.446Z (8 months 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
```