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.
- Host: GitHub
- URL: https://github.com/kristinbaumann/isomorphic-react-express-routing
- Owner: kristinbaumann
- Created: 2017-03-30T16:49:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T11:05:35.000Z (about 9 years ago)
- Last Synced: 2025-12-09T01:29:31.703Z (6 months ago)
- Topics: express, isomorphic, react, react-router, routing, universal, universal-react
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```