anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
827 stars 27 forks source link

Bassic starter implementation is missing #262

Closed yhojann-cl closed 3 years ago

yhojann-cl commented 3 years ago

Any official hello world to implement moxie in rust?

anp commented 3 years ago

Hi! Right now the web is the only supported target and we have a few examples in the repo: https://github.com/anp/moxie/tree/main/dom/examples. I think that covers what you're looking for, but please re-open the issue if there's something else!

anp commented 3 years ago

I'll also note that we need a real getting started guide, planning to write that before moxie-dom goes to crates.io.