mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 22:11:34 +00:00
10 lines
126 B
Markdown
10 lines
126 B
Markdown
# Minimal demo
|
|
|
|
This example shows how to create a minimal application.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p minimal
|
|
```
|