Add simple static file server

This commit is contained in:
heyarne 2020-05-03 14:11:18 +02:00
commit 5241cae418
4 changed files with 30 additions and 848 deletions

View file

@ -1,4 +1,7 @@
{:paths ["src"]
{:paths ["src" "resources"]
:deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
appliedscience/js-interop {:mvn/version "0.2.5"}
reagent {:mvn/version "1.0.0-alpha1"}}}
reagent {:mvn/version "1.0.0-alpha1"}
http-kit {:mvn/version "2.3.0"}
compojure {:mvn/version "1.6.1"}}}