rajasegar / ccl-demo-raja

Common Lisp demo app with htmx and hyperscript

Home Page:https://ccl-demo-raja.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Common Lisp demo app with htmx and hyperscript

https://ccl-demo-raja.herokuapp.com

License:GNU Lesser General Public License v3.0


Languages

Language:Common Lisp 87.4%Language:CSS 10.3%Language:Shell 2.3%