jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
855 stars 110 forks source link

Add cross-env support #16

Closed mihai-dinculescu closed 3 years ago

mihai-dinculescu commented 3 years ago

Adding cross-env support so that the project can compile on more OSes (like Windows).

jetli commented 3 years ago

Thanks