Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 477 Bytes

hello-clj-backbone

Demos & spikes demonstrating ClojureScript with jQuery and Backbone on Ring.

To execute:

  1. Clone this repository.

  2. Compile ClojureScript to JavaScript by either of:

  • lein cljsbuild once - compiles CLJS files once, then exits

  • lein cljsbuild auto - compiles the CLJS files, then keeps running and recompiles those files as they are updated

  1. Launch the application with lein run and access it at http://localhost:3000.