Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.01 KB

File metadata and controls

76 lines (55 loc) · 1.01 KB

Singlestack

The only stack you'll ever need.

Server Port
cargo leptos 3000
trunk 3010

Install

cargo install cargo-generate
cargo generate adoyle0/singlestack

Usage

Dev build in ssr mode

cargo install cargo-leptos
./dev ssr

Dev build in csr mode

cargo install trunk
./dev csr

Dev build native

cargo install tauri-cli
./dev native

Dev build android

See https://tauri.app/start/prerequisites/#android

cargo install tauri-cli
cargo tauri android init
./dev android