Fork me on GitHub
#spacemacs
<
2016-04-29
>
bendy23:04:12

I just downloaded spacemacs today - and so far I love it. I do have a question though, that's more of a general Clojure & emacs question.

bendy23:04:15

I'm using boot on a clojurescript application - before I used to run "$ boot dev" and it would start an http server, watch and compile my cljs, and start up a repl server

bendy23:04:17

With emacs, how do you start a process like that? In a new shell/term buffer? Or is there some way to do it via cider?