Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/universal-react-redux-express-playground
A playground to test universal react redux with express
https://github.com/heldrida/universal-react-redux-express-playground
Last synced: about 1 month ago
JSON representation
A playground to test universal react redux with express
- Host: GitHub
- URL: https://github.com/heldrida/universal-react-redux-express-playground
- Owner: heldrida
- Created: 2017-02-14T11:46:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T11:52:18.000Z (almost 8 years ago)
- Last Synced: 2024-12-30T10:19:12.758Z (about 1 month ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doc:
http://redux.js.org/docs/introduction/Examples.html#universal
Run:
```
git clone https://github.com/reactjs/redux.gitcd redux/examples/universal
npm install
npm startopen http://localhost:3000/
```