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

https://github.com/kristinbaumann/isomorphic-react-express-routing-redux

Isomorphic / Universal JavaScript Example with Routing and Redux
https://github.com/kristinbaumann/isomorphic-react-express-routing-redux

express isomorphic react react-router redux universal universal-react

Last synced: about 2 months ago
JSON representation

Isomorphic / Universal JavaScript Example with Routing and Redux

Awesome Lists containing this project

README

        

# Isomorphic / Universal JavaScript Example with Routing and Redux
- uses React, ReactRouter, Redux, Express, Webpack and Babel
- code divided in **shared**, **client** and **server**
- adds routing to simplified isomorphic application
- adds usage of Redux to store and pass on state

### Installation

```sh
$ npm install
$ npm run build
```