4 releases (stable)
2.0.1 | Sep 6, 2023 |
---|---|
1.0.0 | May 4, 2023 |
0.1.0 | Mar 5, 2023 |
#95 in #building
31 downloads per month
9.5MB
400 lines
Contains (ELF exe/lib, 38MB) veloxide
Veloxide-CLI
Command-line utility for Veloxide, the stack for building web apps with Rust.
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!
Dependencies
~5–13MB
~144K SLoC