This repo is a starter repo to build your own hxql app. Take a look at how it works, then gut the source code and start your own project.
- Install hxql or Clone this repo by using the hxql CLI.
cargo install hxql
hxql init --name <APP_NAME>- Use the hxql CLI to start the server.
hxql start --graphql <API_GRAPHQL> --port <PORT> --src <SERVE_PATH>- Contribute
See something wrong? Make a PR and help the hxql project grow.