Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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