From 049a339dcb034b2ed1fed789b87777fcae38a3bd Mon Sep 17 00:00:00 2001 From: Evan Mezeske Date: Wed, 11 Apr 2012 23:35:41 -0700 Subject: [PATCH] Oops, "lein cljsbuild once" needs to be run. --- example-projects/simple/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example-projects/simple/README.md b/example-projects/simple/README.md index c86a7aa4..e1fe877d 100644 --- a/example-projects/simple/README.md +++ b/example-projects/simple/README.md @@ -12,6 +12,7 @@ To play around with this example project, you will first need Set up and start the server like this: $ lein deps + $ lein cljsbuild once $ lein ring server-headless 3000 Now, point your web browser at `http://localhost:3000`, and see the web app in action!