Run the projectλ︎
On the command line, change into the directory landing-page
and run the command to start building the project
{% tabs deps="Clojure CLI", lein="Leiningnen", spacemacs="Spacemacs" %}
{% content "deps" %}
{% content "lein" %}
{% content "spacemacs" %}
Spacemacs and Cider Jack-inλ︎
SPC f f
to open the file landing-page/src/clojurebridge/landing_page.cljs
, m s
(sesman-start
) and select the command cider-jack-in-cljs
When prompted for the REPL type, select figwheel-main
When prompted for the build, type dev
{% endtabs %}
After a few moments, the default web browser will automatically open at [http://localhost:9500/] and show the running ClojureScript application.