12 lines
284 B
Markdown
12 lines
284 B
Markdown
# Leptos Errors Demonstration with Axum
|
|
|
|
This example demonstrates how Leptos Errors can work with an Axum backend on a server.
|
|
|
|
## Getting Started
|
|
|
|
See the [Examples README](../README.md) for setup and run instructions.
|
|
|
|
## Quick Start
|
|
|
|
Run `cargo leptos watch` to run this example.
|