https://github.com/jottenlips/ssr-cra-serverless
The smallest example of a server-side rendered create-react-app that runs on a serverless lambda
https://github.com/jottenlips/ssr-cra-serverless
Last synced: 2 months ago
JSON representation
The smallest example of a server-side rendered create-react-app that runs on a serverless lambda
- Host: GitHub
- URL: https://github.com/jottenlips/ssr-cra-serverless
- Owner: jottenlips
- Created: 2020-07-03T14:52:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T21:19:07.000Z (almost 3 years ago)
- Last Synced: 2026-02-06T03:42:17.312Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run locally
yarn
yarn add global serverless
yarn run server
Visit
```
http://localhost:3000/dev//
```