https://github.com/kristinbaumann/isomorphic-react-express-routing-redux
Isomorphic / Universal JavaScript Example with Routing and Redux
https://github.com/kristinbaumann/isomorphic-react-express-routing-redux
express isomorphic react react-router redux universal universal-react
Last synced: about 2 months ago
JSON representation
Isomorphic / Universal JavaScript Example with Routing and Redux
- Host: GitHub
- URL: https://github.com/kristinbaumann/isomorphic-react-express-routing-redux
- Owner: kristinbaumann
- Created: 2017-03-30T19:35:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T11:14:22.000Z (about 8 years ago)
- Last Synced: 2025-03-26T06:22:36.121Z (2 months ago)
- Topics: express, isomorphic, react, react-router, redux, universal, universal-react
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isomorphic / Universal JavaScript Example with Routing and Redux
- uses React, ReactRouter, Redux, Express, Webpack and Babel
- code divided in **shared**, **client** and **server**
- adds routing to simplified isomorphic application
- adds usage of Redux to store and pass on state### Installation
```sh
$ npm install
$ npm run build
```