I have been searching for an example of ClojureScript being used to build a:
- Single page: Everything is contained in a page, not requiring further requests to the server, for an “app feeling” when browsing
- Multi-URL: There are links in the page, simulating the navigation, as with React Router
- Static site: like the ones that can be hosted in GitHub
If you know of an example that I could just git clone, build with anything, and then just drag and drop the folder to Netlify or some similar deployment, that is exactly what I am looking for. I can just continue from there.