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

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

Isomorphic Javascript with React, React Router and Express.
https://github.com/kristinbaumann/isomorphic-react-express-routing

express isomorphic react react-router routing universal universal-react

Last synced: 2 months ago
JSON representation

Isomorphic Javascript with React, React Router and Express.

Awesome Lists containing this project

README

          

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

### Installation

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