Home > web-demo

web-demo

Web-demo is a project mainly written in Clojure, it's free.

Example compojure app using slim.clj

Slim.clj with Compojure Sample App

This is a sample app to demonstrate the use of slim.clj within the compojure web framework.

Installation

$ git clone [email protected]:chaslemley/web-demo.git
$ cd web-demo/
$ lein deps
$ lein repl
clojure.core=> (require 'web-demo.core)

Visit http://localhost:8080 and http://localhost:8080/hello/friend in your browser