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.
- Host: GitHub
- URL: https://github.com/kristinbaumann/isomorphic-react-express-simplified-nostate
- Owner: kristinbaumann
- Created: 2017-04-20T11:19:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T11:21:07.000Z (about 9 years ago)
- Last Synced: 2025-03-09T14:44:06.336Z (over 1 year ago)
- Topics: express, isomorphic, isomorphic-rendering, react, universal, universal-react
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- 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
- no state usage
### Installation
```sh
$ npm install
$ npm run build
$ npm start
```