Full Stack Rust example

  • client Website in Rust under ./client folder
  • server Backend in Rust under ./server folder

preparation


start locally with

cargo make start

build locally with

cargo make build

build locally in release mode with

cargo make build_release