Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 634 Bytes

TO-DO Application

Based on: Augmenting the client with HTMX.

From the series: AJAX and SSR technologies.

Contributing to the project

Building and testing this project

sbt -v -Dfile.encoding=UTF-8 +check +test

Building distribution from source code

sbt Universal/packageBin

Debugging htmx configuration

console.log(JSON.stringify(htmx.config, null, 2));

Resources