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: 10 months ago
JSON representation

A playground to test universal react redux with express

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/
```