https://github.com/nwylynko/going-live
An experimentary react server that live updates client side when a new version is deployed
https://github.com/nwylynko/going-live
Last synced: 1 day ago
JSON representation
An experimentary react server that live updates client side when a new version is deployed
- Host: GitHub
- URL: https://github.com/nwylynko/going-live
- Owner: NWylynko
- License: mit
- Created: 2022-09-03T04:13:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T06:15:14.000Z (almost 3 years ago)
- Last Synced: 2025-06-16T04:34:13.547Z (1 day ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# going-live
Note: using bun for deps but node for runtime
To install dependencies:
```bash
bun install
```## Run
- `yarn build -w`
- `yarn dev`
- `yarn client-dev`
- open http://localhost:3000