For editor specific development tips, try the following:
To start a dev server, do:
bb dev
vim-fireplace should automatically connect upon evaluation, but this will only be for clj files, to get a cljs repl, do:
:CljEval (user/cljs)
The best way to get started via emacs is to have cider start the repl, do:
M-x cider-jack-in-clj&cljs
.dir-locals.el has all the configuration variables for cider.
Note when using cider-jack-in, you will need to manually
npm install
when thepackage.json
orpackage-lock.json
changes.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close