-
Notifications
You must be signed in to change notification settings - Fork 39
Cursive integration
Pierre Baille edited this page Dec 7, 2016
·
3 revisions
-
in build.boot, add [darongmean/boot-lein-generate "0.1.1" :scope "test"] to dependencies
-
and require it, '[darongmean.boot-lein-generate :refer [lein-generate]]
-
open a terminal and run: "boot lein-generate dev"
-
in cursive menu goto: run/Edit configurations...
-
add a clojure remote repl (+, clojure REPL, remote)
-
check "Use Leiningen REPL port"
-
launch your cursive REPL (via "Run" menu or toolbar)
-
at the repl type and evaluate: (start-repl)
-
visit http://localhost:3000
-
you should see "connected! >>" at the REPL
-
you're good to go!