Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created December 2, 2012 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynes/4188351 to your computer and use it in GitHub Desktop.
Save Raynes/4188351 to your computer and use it in GitHub Desktop.
(defproject noir-example "0.1.0"
:description "An example of a noir project"
:dependencies [[org.clojure/clojure "1.4.0"]
[noir "1.3.0"]]
:plugins [[lein-ring "0.7.5"]]
:ring {:handler noir-example.server/handler}
:main noir-example.server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment