Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 650 Bytes

reagent-liveedit

A leiningen template based on reagent-template for live editing a clojurescript web app.

Added Features

  • Uses garden to create stylesheets with clojure
  • Runs tests automatically and displays the results directly in the web app

Dependencies

Usage

lein new reagent-liveedit myapp
cd myapp
lein dev

Emacs browser repl

  • Start the repl with M-x cider-jack-in
  • Start the browser repl with (broswer-repl)
  • Reload the broswer page