Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/react-ssr-minimal


https://github.com/leaysgur/react-ssr-minimal

Last synced: 24 days ago
JSON representation

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 build

NODE_ENV=production node server.bundle.js
```