From 1f70ee615de1081a61b0eb8d5668fb1066e0e907 Mon Sep 17 00:00:00 2001 From: Shunsuke Tadokoro Date: Wed, 24 May 2017 11:47:28 +0900 Subject: [PATCH] Fix Application URL in Quick Start Maybe `/app` is necessary? --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a42dd99..2d0d358 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ cd myapp lein run :my.org/myapp :my.org.myapp/runtime ``` -You'll see it compile some ClojureScript, and then you can try it out by hitting `http://localhost:8080` in your browser. +You'll see it compile some ClojureScript, and then you can try it out by hitting `http://localhost:8080/app/` in your browser. Note that the `enterprise-spa` template includes support for SCSS/SASS out of the box; the system will fail to start unless you have the `sassc` program installed and available on your path. `sassc` is readily available via your system's package manager.