12 lines
194 B
Markdown
12 lines
194 B
Markdown
# Example
|
|
|
|
> a template for starting a dioxus project to be used with [dioxus-cli](https://github.com/DioxusLabs/cli)
|
|
|
|
## Usage
|
|
|
|
#### Start a `dev-server` for the project:
|
|
|
|
```
|
|
dioxus serve
|
|
```
|