Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/react-ssr-minimal
https://github.com/leaysgur/react-ssr-minimal
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leaysgur/react-ssr-minimal
- Owner: leaysgur
- Created: 2017-07-04T07:24:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T10:22:43.000Z (over 7 years ago)
- Last Synced: 2024-04-15T07:12:05.513Z (7 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-ssr-minimal
Minimal example using Server Side Rendering w/ React.
## Setup
```sh
# build bundles for client / server
npm run buildNODE_ENV=production node server.bundle.js
```