Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 892 Bytes

File metadata and controls

21 lines (17 loc) · 892 Bytes

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