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.
- Host: GitHub
- URL: https://github.com/kristinbaumann/isomorphic-react-express-simplified
- Owner: kristinbaumann
- Created: 2017-03-29T18:02:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T21:14:08.000Z (almost 9 years ago)
- Last Synced: 2024-04-23T09:22:37.529Z (about 2 years ago)
- Topics: express, isomorphic, react, universal, universal-react, webpack
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```