template for a clojure project with webserver
The following features are added to the template
- ring
- reitit
- interceptors
- kaocha (unit tests and integration tests)
- aot
- uberjar
- github actions
- clj-kondo
just test
just lint
just aot
just run
just uberjar
java -jar target/*.jar