← All Workshops
MudEngine Part 1: Requirements
Step 18 / 19
Run in the browser
Use dx serve to compile our app to WASM and open it in the browser. The CLI
starts a dev server with hot-reload — any change to our Rust code
automatically refreshes the page.
Serve the app
dx serve --open💡 No browser opened?
Add --open to automatically open a browser tab. If that doesn't work, just
navigate to http://localhost:8080 manually.
Step 18 / 19