You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially this would allow org-babel src blocks to connect to the running figwheel process from org document using cider-connect-cljs. We could then dynamically build web apps in the polyglot literate programming style (hiccup/cljs/plaintext). and also thanks for this project its amazing
The text was updated successfully, but these errors were encountered:
Do you mean starting nrepl server outside of emacs? I believe you can start it using clj -A:cider-cljs after configuring the alias as described in the link below, and then use clj -A:cider-clj.
Essentially this would allow org-babel src blocks to connect to the running figwheel process from org document using
cider-connect-cljs
. We could then dynamically build web apps in the polyglot literate programming style (hiccup/cljs/plaintext). and also thanks for this project its amazingThe text was updated successfully, but these errors were encountered: