@vaedasynapse I primarily use boot with om.next, what's the problem?
@vaedasynapse I uploaded a simple om.next, datascript, boot intro app here: https://github.com/thos37/om-tutorial
thomos, thanks a ton! I will take a look at it.
@anmonteiro I think my problem is that I'm trying to figure out cider/emacs at the same time I'm trying to do boot and om next at the first time. I'm going to look into the repo @thosmos shared and see if that helps combined with all the deep diving I've been doing today into cider, boot, and general knowledge of how Clojure compiles etc.
@thomos you are awesome. Thank you so much for sharing that set up. I still haven't located what I was mucking up in my other attempts, but thanks to your help at least I have something functional that I can move forward on.
How do you run the devcards tests in the om repo?
@bnoguchi boot devcards
then point your browser to localhost:3449/devcards/index.html
@anmonteiro Got it. Thanks. Will it also run with lein?
sure
lein trampoline run -m clojure.main script/figwheel.clj