#self-hosted #creation #kit #dev #xylo

bin+lib pagekey-xylo

Self-hosted app creation kit

1 unstable release

0.1.0 Jun 1, 2024

#12 in #kit

Download history 201/week @ 2024-05-27 26/week @ 2024-06-03 4/week @ 2024-06-10

231 downloads per month

MIT license

69KB
409 lines

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.

Dependencies

~4–12MB
~118K SLoC