2023-01-10 16:26:15 +01:00

16 lines
153 B
Markdown

# yewprint-app
## Development Server
```
cargo xtask start
```
You can now go to http://localhost:8000
## Production Build
```
cargo xtask dist
```