https://github.com/brianmay/dioxus-fs-demo
Dioxus Full Stack test application
https://github.com/brianmay/dioxus-fs-demo
Last synced: 9 months ago
JSON representation
Dioxus Full Stack test application
- Host: GitHub
- URL: https://github.com/brianmay/dioxus-fs-demo
- Owner: brianmay
- Created: 2024-12-20T08:37:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T21:23:36.000Z (over 1 year ago)
- Last Synced: 2025-05-21T21:08:03.743Z (about 1 year ago)
- Language: Rust
- Size: 402 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 --platform web
```
To run for a different platform, use the `--platform platform` flag. E.g.
```bash
dx serve --platform desktop
```