Project template to use with cargo-generate.
Generates an actix web application with tera html templating.
cargo install cargo-generate
Don't clone this project! Instead run:
cargo generate --git https://github.com/otomato-gh/cargo-template-actix-tera.git --name <your-project-name>
cd <your-project-name>
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080