Fork me on GitHub
#hoplon
<
2017-09-10
>
bmaddy02:09:24

Does anyone know of an example project that has a browser connected repl working with hoplon in emacs?

mudphone02:09:34

@bmaddy I just put this together. I start with boot dev and connect from Emacs via M-x cider-connect. The port shows up in the boot dev output. I connect with (start-repl) from the CIDER buffer. The repo is at: https://github.com/mudphone/PhoenixBootHoplon/ This is a Phoenix setup, so the HTML is served by the Phoenix. You can check out the build script though. If you need a more minimal setup let me know (like with Jetty).

flyboarder21:09:19

@thedavidmeister looks like the tests fail on latest clojure, not related to us