bbatsov on master
[#2988] Explicit translate `/ro… [Fix #2988] Explain how to use … (compare)
bbatsov on master
[Docs] Hint and link to `clojur… (compare)
(defn -main [& _]
(let [config (config)]
(-> config
app-system
component/start)
(println "Started chestnut-tutorial on" (str "http://localhost:" (:http-port config)))))
M-x cider-connect
(run)
or (go)
to launch server. How do these things automagically work? Is it documented somewhere?