I have a simple project setup for ClojureScript. I've been running a simple http server to test it out in the browser. I'm at the point I want to add a backend. Is this normally added in the same project file?
How do you package the assets like images, compiled ClojureScript files, and html files for the backend?