| Crates.io | pagekey-xylo |
| lib.rs | pagekey-xylo |
| version | 0.1.0 |
| created_at | 2024-06-01 23:19:22.224791+00 |
| updated_at | 2024-06-01 23:19:22.224791+00 |
| description | Self-hosted app creation kit. |
| homepage | https://github.com/pagekey/xylo |
| repository | https://github.com/pagekey/xylo |
| max_upload_size | |
| id | 1258939 |
| size | 253,923 |
Self-hosted app creation kit.
xylo new myproject
cd myproject
xylo dev
Visit the frontend at http://localhost:3000.
Send a request to the backend:
curl http://localhost:5000
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.