https://github.com/jramcast/react-isomorphic-example
Example of how to setup a React isomorphic project with server side rendering
https://github.com/jramcast/react-isomorphic-example
Last synced: 3 months ago
JSON representation
Example of how to setup a React isomorphic project with server side rendering
- Host: GitHub
- URL: https://github.com/jramcast/react-isomorphic-example
- Owner: jramcast
- Created: 2016-07-07T10:26:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:09:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T09:46:12.268Z (4 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-isomorphic-example
Example of how to setup a React isomorphic project with server side renderingRun the web server:
npm start
Run webpack server for live reloading:
npm run build-dev
Navigate to __http://localhost:3000/__