veloxide 2.0.1

The CLI for Veloxide, the stack for building web apps with Rust.
veloxide-2.0.1 is not a library.

Veloxide-CLI

Crates.io Documentation Codecov Dependency status

Command-line utility for Veloxide, the stack for building web apps with Rust.

Demo GIF

More info can be found in the template repo

Getting started

Install the pre-requisites:

Install the Veloxide CLI:

> cargo install veloxide

Create your own app:

> veloxide init my-app

# Go to the created folder
> cd my-app

# Install the required tools for development
> just install-required

# Start the supporting containers, and then run the app
> just dev

# Once done, open `my-app/` in your IDE

# Happy Coding!