Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 334 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 334 Bytes

Live Table

A demo app showcasing a state aware live table using almost no JavaScript

  • Tech
    • Golang (Fiber)
    • Templ
    • HTMX
    • Sqlite
    • Websockets
    • Webcomponents

How to run

# install deps
go install
# run app in dev mode
go run .
# build and run app
go build -o app .
./app