Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 563 Bytes

Figwheel on Clojure CLI

This is an attempt at creating a skeleton project using Figwheel together with Clojure CLI.

How to use

  1. Install Clojure.
  2. Download the code in this repo.
  3. From wherever you downloaded it, run clojure build.clj figwheel. (Since figwheel uses rebel, a readline is already supplied, so we use clojure instead of clj.)
  4. Attach to the web app on localhost:3449