Command-line utility for Veloxide, the stack for building web apps with Rust.
More info can be found in the template repo
Install
```sh
cargo install veloxide ```
Create your first app:
```bash
veloxide init my-app
cd my-app
make dev
my-app/
in your Coding Environment (e.g., VSCode)```