14 lines
No EOL
213 B
Markdown
14 lines
No EOL
213 B
Markdown
# Development
|
|
|
|
Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.
|
|
|
|
|
|
Serve app:
|
|
```bash
|
|
dx serve
|
|
```
|
|
|
|
Run tests:
|
|
```bash
|
|
cargo nextest run --features server
|
|
``` |