This page hosts the evaluation environment for the Read Eval Print Loop (REPL) that you just launched. You can test the connection by returning to the REPL and typing
cljs.user=> (js/alert "Hi!")
If you are new to the magical world of ClojureScript you may want to
spend some time at the REPL prompt cljs.user=>. This guide to
Javascript/ClojureScript synonyms
is pretty helpful. Exploring this
cheetsheet will also provide some
bearings for you while you explore this new terrain.
figwheel.main is a tool that is very similar in function to
cljs.main, if you
are unfamiliar with cljs.main you should really take some time to
read the
ClojureScript Quick Start. It
will be time well spent.
The main difference between figwheel.main and cljs.main is that it
will hot reload your code as you work on it.