https://github.com/kevindew/yet-another-isomorphic-react
The world needs another right?
https://github.com/kevindew/yet-another-isomorphic-react
Last synced: about 1 year ago
JSON representation
The world needs another right?
- Host: GitHub
- URL: https://github.com/kevindew/yet-another-isomorphic-react
- Owner: kevindew
- Created: 2015-08-04T23:11:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T00:15:09.000Z (almost 11 years ago)
- Last Synced: 2024-10-05T01:41:09.222Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# Yet Another Isomorphic React
Just a cobbled together play around with Webpack, React and Babel.
There's a million other ones like this (that are more complete) that all seem to have an issue or two.
Useful ones for me have been:
- https://github.com/jlongster/backend-with-webpack
- https://github.com/hellojwilde/react-isomorphic-demo
- https://github.com/webpack/react-webpack-server-side-example
- https://github.com/RickWong/react-isomorphic-starterkit
Though all still feels a bit messy and experimental to me currently.
## Run this
`git clone git@github.com:kevindew/yet-another-isomorphic-react.git`
`cd yet-another-isomophic-react`
`npm install`
`gulp`
Then hit localhost:3000 in your browser.