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: 10 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T11:52:18.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T06:09:07.673Z (10 months 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.git
cd redux/examples/universal
npm install
npm start
open http://localhost:3000/
```