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

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

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

express isomorphic isomorphic-rendering react universal universal-react

Last synced: about 1 month ago
JSON representation

Isomorphic Javascript with React and Express. Simplified version. No State.

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
- no state usage

### Installation

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