This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-10
Channels
- # beginners (191)
- # boot (3)
- # cljs-dev (2)
- # clojure (46)
- # clojure-austin (1)
- # clojure-spec (4)
- # clojure-uk (32)
- # clojurescript (10)
- # clojurewerkz (3)
- # cursive (14)
- # datomic (88)
- # defnpodcast (1)
- # editors (2)
- # fulcro (2)
- # hoplon (3)
- # jobs (4)
- # jobs-discuss (1)
- # luminus (5)
- # lumo (6)
- # off-topic (13)
- # random (1)
- # re-frame (50)
- # reagent (245)
- # remote-jobs (1)
- # spacemacs (3)
- # specter (16)
- # uncomplicate (4)
Does anyone know of an example project that has a browser connected repl working with hoplon in emacs?
@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).
@thedavidmeister looks like the tests fail on latest clojure, not related to us