Rust Todo
Simple todo website with account.
Rust Todo
Rust Todo
Simple todo website with account.
cd frontendnpm run dev # run & watch frontendcd ..cargo run # run backend
cd frontend# change ws url in src/tools.js#getWsUrlnpm run build # compile frontendcd ..cargo build --release # compile backendserve frontend/build # serve frontend./target/release/rust_chat # run backend