Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 761 Bytes

README.textile

File metadata and controls

23 lines (15 loc) · 761 Bytes

CincyFP CLJS Quickstart

Seed Project for Clojure/Clojurescript Web Application

Here is what you will need to run/build this applicaiton

  1. lieningen
  2. lein-cljsbuild

Building and Running

Once these are installed you can build and run the application with the following steps

  1. $>lein cljsbuild once
  2. $>lien run
  3. Navigate to http://localhost:10012

Technologies Used

  1. Enfocus – Templating and dom manipulation
  2. Noir – Simple Clojure web framework
  3. Fetch – Basic RMI between ClojureScript and Clojure

Happy Hacking!