Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusith/htmx-todo
Todo App using HTMX
https://github.com/rusith/htmx-todo
Last synced: about 1 month ago
JSON representation
Todo App using HTMX
- Host: GitHub
- URL: https://github.com/rusith/htmx-todo
- Owner: rusith
- Created: 2024-01-19T07:54:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T05:58:58.000Z (10 months ago)
- Last Synced: 2024-04-24T04:15:13.666Z (7 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htmx-todo
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.23. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.