Skip to content

clojurephant/sample-clojurephant-cljs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample project using clojurephant to build a ClojureScript app.

Topics

Resources

Stars

Watchers

Forks