mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
8186a8cfea
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru> Co-authored-by: Altug Sahin <altugsahin@gmail.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
11 lines
190 B
Markdown
11 lines
190 B
Markdown
# yarte
|
|
|
|
Minimal example of using template [yarte](https://github.com/botika/yarte) that displays a form.
|
|
|
|
```bash
|
|
cd template_engines/yarte
|
|
cargo test
|
|
cargo run
|
|
```
|
|
> open `localhost:8080`
|