Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T06:15:14.000Z (over 2 years ago)
- Last Synced: 2024-10-25T23:09:47.337Z (3 months 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