Skip to content
brentonashworth edited this page Jan 24, 2012 · 5 revisions

Quick Start

To launch the sample application and connect via the ClojureScript One REPL, complete the following steps.

First, cd into the ClojureScript One repository and execute the following:

lein repl
(go)

You should see something like the following:

"Type: " :cljs/quit " to quit"
ClojureScript:cljs.user>

In a few seconds your default browser should launch and open the address http://localhost:8080/development. At this point the sample application will be accessible (and manipulable!) from the ClojureScript REPL. Executing the following will confirm the connection:

(js/alert "Connected!")

If you did not see the alert message then try refreshing the page and trying again.

Happy hacking!