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

https://github.com/codemeasandwich/react-ssr


https://github.com/codemeasandwich/react-ssr

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Basic React SSR App

## To run app locally:
1. Run `npm install`
2. Run `npm run dev` will start `webpack serve` on port `8080`, build and start SSR server on port `3000`
3. Go to `http://localhost:3000`

https://javascript.plainenglish.io/intro-to-react-server-side-rendering-3c2af3782d08