I put together a proof of concept for using ClojureScript on the server side (using lumo-cljs).
You can take a look here, any feedback very welcome:
3 Likes
That looks cool!
It might be advantageous to add a .gitignore
file to your project containing:
out
This will hide everything under the out
directory in the sidebar to make it easier to find files.
1 Like
Ah, I was already wondering how I could hide the files. Updated, thank you.