I have a simple project setup for ClojureScript. I checked a simple HTTP server to check it in a browser. I want to add a backend. Is this normally being added to the same project file?
How do you pack assets such as images, compiled ClojureScript files and html files for the backend?
clojure clojurescript
Justin thomas
source share