Skip to content

Instantly share code, notes, and snippets.

@ibdknox
Created June 22, 2011 08:17
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 ibdknox/1039687 to your computer and use it in GitHub Desktop.
Save ibdknox/1039687 to your computer and use it in GitHub Desktop.
alternate welcome block
(ns my-app
(:use noir.core)
(:require [noir.server :as server]))
(defpage "/welcome" []
"Welcome to Noir!")
(server/start 8080)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment