# dioxus-app **Repository Path**: hboot/dioxus-app ## Basic Information - **Project Name**: dioxus-app - **Description**: A example of dioxus is a Rust fullstack cross-platform framework for desktop,web, ,mobile , and more. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-10 - **Last Updated**: 2025-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Development Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets. ### Serving Your App Run the following command in the root of your project to start developing with the default platform: ```bash dx serve ``` To run for a different platform, use the `--platform platform` flag. E.g. ```bash dx serve --platform desktop ```