Skip to content

Create a ClojureScript projectλ︎

Note:: Create a ClojureScript website for ClojureBridge Londonλ︎

Create a project using the figwheel template, adding reagent library.

Using Leiningen

lein new figwheel-main clojurebridge-landing-page -- --reagent

or the Clojure CLI tools and clj-new

clj -A:new figwheel-main clojurebridge-landing-page -- --reagent

This will create a project with a working web page (usually described as a single page app).

Hint::figwheel-main templateλ︎

figwheel-main-template project provides a simple way to create a minimal ClojureScript project, optionally using reagent, rum, om or react/sablono