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