Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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