This commit is contained in:
Hamcha 2025-01-25 19:15:31 +01:00
parent ab9a460d0b
commit 0f79975ad6
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -3,17 +3,12 @@
Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets. Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.
Serve app:
### Serving Your App
Run the following command in the root of your project to start developing with the default platform:
```bash ```bash
dx serve --platform web dx serve
``` ```
To run for a different platform, use the `--platform platform` flag. E.g. Run tests:
```bash ```bash
dx serve --platform desktop cargo nextest run --features server
``` ```