How do I deploy a single-page app. written in ClojureScript / Figwheel to a static server?
问题 I'm playing with Figwheel and writing a simple single-page app that doesn't require any server-side intelligence. In principle, this app. could be placed on any static web-server. But how do I actually deploy it? It looks like the main.js which is in my Figwheel development environment is setting up the figwheel connection. What js and html files do I actually need to put on my static server? Has Figwheel created them, or do I need to create a new main.js and index.html? And where can I find