Skip to content

rajasegar/ccl-demo-raja

Repository files navigation

Starwars Demo for Common Lisp and HTMX

lisp logo

This is a demo app built with Common Lisp, htmx and hyperscript.

Demo

Starwars

Local development

Pre-requisites

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.