16 lines
153 B
Markdown
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
|
|
```
|