matthewaerose / test-of-rust-with-frontend

using garden.io to run a rust backend with a node frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust example

Example of using the Rust programming language with Garden.

Local development with live code synchronization:

garden deploy --sync

Local deployment with a release mode build:

garden deploy --env release

Note: the first time build might take a long time, but subsequent builds should be faster.

About

using garden.io to run a rust backend with a node frontend


Languages

Language:Dockerfile 36.9%Language:Rust 33.7%Language:JavaScript 29.4%