reagent/examples/material-ui/shadow-cljs.edn

10 lines
288 B
Clojure
Raw Normal View History

2020-03-22 16:59:48 +00:00
{:builds
{:app {:asset-path "/js"
:modules {:main {:entries [example.core]}}
:output-dir "target/public/js"
:target :browser}}
:dependencies [[reagent "0.10.0"]]
:dev-http {3000 ["resources/public" "target/public"]}
:nrepl {:port 3333}
:source-paths ["src"]}