Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlcn-io/live-examples
vlcn & cr-sqlite example apps deployed to fly.io
https://github.com/vlcn-io/live-examples
Last synced: 2 months ago
JSON representation
vlcn & cr-sqlite example apps deployed to fly.io
- Host: GitHub
- URL: https://github.com/vlcn-io/live-examples
- Owner: vlcn-io
- Created: 2023-01-20T17:59:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:39:13.000Z (11 months ago)
- Last Synced: 2024-07-29T15:38:41.255Z (3 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vlcn-live-examples
## Note: The `vite-starters` are the most up to date examples.
- https://github.com/vlcn-io/vite-starter
- https://github.com/vlcn-io/example-restExample apps. Deployed to https://vlcn-live-examples.fly.dev
- TodoMVC: https://vlcn-live-examples.fly.dev/todomvc.html
- After opening a todo list, share the link with others to collaborate on that list.
- TodoMVC p2p: https://vlcn-live-examples.fly.dev/todomvc-p2p.html
- Copy a peer id from one peer, connect to it from another peer---
Running locally:
```
git clone [email protected]:vlcn-io/live-examples.git
cd live-examples
npm install
npm run dev
```