Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 259 Bytes

Install Dioxus CLI

cargo install dioxus-cli

Build the project

cargo build

Development

Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload --platform desktop