To use this template, ensure cargo-generate
is installed:
cargo install -f cargo-generate
To use this template, execute:
cargo generate --git https://github.com/myOmikron/webserver-template.git
To initialize the frontend run:
cd frontend/ && npm install
To initialize the backend run:
cargo build -p webserver