veloxide 0.1.0

Command-line utility for Veloxide, the stack for building web apps with Rust.
veloxide-0.1.0 is not a library.

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

> cargo install veloxide

Create your first app:

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