Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grierson/todomvc-htmx
https://github.com/grierson/todomvc-htmx
clojure htmx
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/grierson/todomvc-htmx
- Owner: grierson
- Created: 2023-09-28T14:34:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T08:07:49.000Z (about 1 year ago)
- Last Synced: 2024-03-22T07:51:17.515Z (9 months ago)
- Topics: clojure, htmx
- Language: Clojure
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODOMVC (HTMX + Clojure)
- `bb tasks` - List all tasks
- `bb start` - Runs application on `localhost:3000` by default
- update `resources/config.edn` to provide different port via config
- `bb dev` - Start repl
- `bb clean` - Clean Uber
- `bb build` - Build Uber## Tools
- Clojure
- HTMX + Hyperscript
- Ring + Reitit
- Donut.system
- Babashka