Skip to content

TO-DO Application with AJAX and Server-Side Rendering

Notifications You must be signed in to change notification settings

etorres/todo-ajax-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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