figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
chadhs 2018-06-15T20:05:02.000179Z

this setup works awesome https://github.com/bhauman/lein-figwheel/blob/master/examples/separate-server/project.clj lein figwheel takes care of everything i’m trying to figure out how to make the magic happen with emacs+cider with the setup

;;cljs
  (setq cider-cljs-lein-repl
        "(do (require 'figwheel-sidecar.repl-api)
             (figwheel-sidecar.repl-api/start-figwheel!)
             (figwheel-sidecar.repl-api/cljs-repl))")
everything fires up but the ring-server isn’t started