Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tzal3x/beth-stack-todo
A TODO app built using the BETH stack: Bun runtime, ElysiaJS web framework, Turso DB and HTMX
https://github.com/Tzal3x/beth-stack-todo
Last synced: 2 months ago
JSON representation
A TODO app built using the BETH stack: Bun runtime, ElysiaJS web framework, Turso DB and HTMX
- Host: GitHub
- URL: https://github.com/Tzal3x/beth-stack-todo
- Owner: Tzal3x
- Created: 2024-03-20T08:28:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:38:07.000Z (8 months ago)
- Last Synced: 2024-03-20T13:54:33.489Z (8 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beth-stack-todo
A simple TODO app built using the BETH stack: [Bun](https://bun.sh/) runtime, [ElysiaJS](https://elysiajs.com/) web framework, ~~[Turso](https://turso.tech/) DB~~ and [HTMX](https://htmx.org/).Link to the tutorial that I followed: https://www.youtube.com/watch?v=cpzowDDJj24&ab_channel=EthanNiser.
> **Notes after implementation:** Elysia JS was fun and straightforward to work with. Bun is ineeded a very fast batteries-included runtime. I did not integrate Turso DB - my main focus was to get in touch with HTMX.
## Instructions
### Install dependencies
`bun install`### Run the app
`bun run --watch index.tsx # --watch is optional`