Command-line utility for Veloxide, the stack for building web apps with Rust.
More info can be found in the template repo
Install the pre-requisites:
Install the Veloxide CLI:
```sh
cargo install veloxide ```
Create your own app:
```zsh
veloxide init my-app
cd my-app
just install-required
just dev
my-app/
in your IDE```