# Example of using the Dioxus "The Elm Architecture" (TEA) Model
## Run the example
```bash
dx serve --platform web --example tea-time
```
# Unit testing
To run the unit tests for the TEA implementation, you can run the standard Rust unit tests the following command:
```bash
cargo test --example tea-time
```