Skip to content

furiel/webserver-clj-template

Repository files navigation

webserver-clj-template

tests

template for a clojure project with webserver

Dependencise

just

https://github.com/casey/just

Features

The following features are added to the template

  • ring
  • reitit
  • interceptors
  • kaocha (unit tests and integration tests)
  • aot
  • uberjar
  • github actions
  • clj-kondo

Run tests

just test

Lint

just lint

aot

just aot

run

just run

Uberjar

Creating

just uberjar

Running

java -jar target/*.jar

About

template for a clojure project with webserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages