No, unfortunately not yet. I’d like to try though.
I’ve had some success writing applications with Haskell and Elm; while you can’t quite share code, at least it feels similar enough that I found it much easier to keep the front-end and back-end in sync. It’s pretty easy to eyeball a server-side data definition and a client-side JSON decoder and ensure they mention the same fields, for example.