pagekey-xylo

Crates.iopagekey-xylo
lib.rspagekey-xylo
version0.1.0
sourcesrc
created_at2024-06-01 23:19:22.224791
updated_at2024-06-01 23:19:22.224791
descriptionSelf-hosted app creation kit.
homepagehttps://github.com/pagekey/xylo
repositoryhttps://github.com/pagekey/xylo
max_upload_size
id1258939
size253,923
Stephen Grice (stephengrice)

documentation

README

xylo

Self-hosted app creation kit.

Getting Started

  1. Generate a project:
xylo new myproject
  1. Enter the project:
cd myproject
  1. Start the development servers:
xylo dev
  1. Visit the frontend at http://localhost:3000.

  2. 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.

Commit count: 25

cargo fmt