Added a boilerplate luminus project

+re-frame +swagger +oauth - probably this is massive overkill
This commit is contained in:
Simon Brooke 2019-02-17 12:35:35 +00:00
parent 94abf7aae8
commit bad860f78e
42 changed files with 1132 additions and 0 deletions

7
env/prod/cljs/ireadit/app.cljs vendored Normal file
View file

@ -0,0 +1,7 @@
(ns ireadit.app
(:require [ireadit.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))
(core/init!)