Web Development with Clojure, Third Edition: open app in browser (page 116)

Hello,

I’m trying to run the source code “guestbook-shadow-demo”. I run “npm install” followed by “npx shadow-cljs watch app” and see everything the books says I should see in the terminal, but when I go to localhost:3000, I’m getting “This site can’t be reached - localhost refused to connect.” localhost:9630 shows the shadow admin, though, so something is running. Lil’ help, please? Thanks.

NVM. I found the answer. Page 76 “lein run” to start the app on the server.