forked from vgeshel/one
-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
brentonashworth edited this page Jan 2, 2012
·
5 revisions
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:
script/cljs-repl
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!