Self-hosted app creation kit.
- Generate a project:
xylo new
- 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
Run cargo install pagekey-xylo
.
-
Make sure you have
cargo
installed on your system. -
Clone this repo:
git clone https://github.com/pagekey/xylo.git
- Enter the repo.
cd xylo
- Build and install.
make install
Run make uninstall
.