# 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
```