This is a demo app built with Common Lisp, htmx and hyperscript.
Clone the repo and load it in sbcl with quicklisp.
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/ccl-demo-raja
(ql:quickload :ccl-demo-raja)Start the server with the function initiliaze-application
(initiliaze-application :port 3000)Visit the url http:///localhost:3000 in the browser.