Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 838 Bytes

File metadata and controls

25 lines (14 loc) · 838 Bytes

sample-clojurephant-cljs-app

Sample project using clojurephant to build a ClojureScript app.

Usage

Start the nREPL server:

$ ./gradlew clojureRepl

NOTE: REPL support for CLJS is still expermintal in in 0.8.0.

Connect to the nREPL server with your client/editor of choice and start the Figwheel REPL.

user => (do
          (require '[dev.clojurephant.tooling.figwheel-main :as fig])
          (fig/start :dev))

This uses the clojurephant-tooling JAR to interoperate with figwheel-main and the config in your build.gradle.

CIDER user's can use M-x cider-jack-in-cljs and use the custom option providing the above Clojure form to start the REPL.

More Help

See Clojurephant's docs.