1 unstable release
0.1.0 | Jun 1, 2024 |
---|
#18 in #kit
69KB
409 lines
xylo
Self-hosted app creation kit.
Getting Started
- Generate a project:
xylo new myproject
- Enter the project:
cd myproject
- Start the development servers:
xylo dev
-
Visit the frontend at http://localhost:3000.
-
Send a request to the backend:
curl http://localhost:5000
Installation
For now, there is no way to install the CLI other than to clone this repository and use cargo build
to get a xylo
executable in the target/debug
directory, or replace all instances of xylo
with cargo run
.
Dependencies
~6–13MB
~146K SLoC