Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 563 Bytes

cargo-template-actix-tera

Project template to use with cargo-generate.

Generates an actix web application with tera html templating.

Prerequisites

cargo install cargo-generate

Usage

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