Veloxide-CLI

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

Create your application

veloxide init my-app

Go to created folder

cd my-app

Start the build and hot-reload dev

make dev

Once done, open my-app/ in your Coding Environment (e.g., VSCode)

Happy Coding!

```