Crates.io | veloxide |
lib.rs | veloxide |
version | 2.0.1 |
source | src |
created_at | 2023-03-05 16:02:01.626446 |
updated_at | 2023-09-06 23:11:28.23868 |
description | The CLI for Veloxide, the stack for building web apps with Rust. |
homepage | |
repository | https://github.com/liamwh/Veloxide-CLI |
max_upload_size | |
id | 801565 |
size | 38,724,174 |
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:
> 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!