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

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

Isomorphic Javascript with React and Express. Simplified version.
https://github.com/kristinbaumann/isomorphic-react-express-simplified

express isomorphic react universal universal-react webpack

Last synced: about 2 months ago
JSON representation

Isomorphic Javascript with React and Express. Simplified version.

Awesome Lists containing this project

README

          

# Simplified Isomorphic / Universal JavaScript Example
- uses React, Express, Webpack and Babel
- code divided in **shared**, **client** and **server**
- no distracting extras - just the plain process of rendering an isomorphic web application
- preserving the app state by handing it over from server to client

### Installation

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