← All Workshops
MudEngine Part 1: Requirements
Step 18 / 19
Lets try it
Run our app 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