Skip to content

otomato-gh/cargo-template-actix-tera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

cargo template for an actix-web application with tera html templating

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published