Hi, I'm new to ClojureScript. I followed the quick start instructions [1] and set up a REPL. It works, but now I'd like to integrate a REPL with my web app and IDE. Any pointers?
I have a Java servlet container, also running Clojure code. I'm using IntelliJ with Cursive plugin, and have REPL windows in the IDE working for the JVM/server-side of things. I can reload Clojure code in the running server. Now, that servlet code responds with an HTML page which contains my ClojureScript code. That runs, but I don't know how to connect that browser environment to a REPL window in IntelliJ, or even a REPL in my terminal. The quick start terminal REPL only connects to a magic server listening on localhost:9000. Anyway... any pointers? thanks, Rob [1]: https://clojurescript.org/guides/quick-start#browser-repl -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
