Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down