Skip to content

ClojureScript fileλ︎

Create the file src/hello_figwheel/core.cljs and add the following ClojureScript code:

(ns hello-figwheel.core)

(.log js/console "Hello Figwheel, you compile me!")