Rust + Axum + SurrealDB + Svelte
RASS Boilerplate is a comprehensive starter template combining Svelte, Rust, Axum, and SurrealDB. This boilerplate makes it easy to set up a full-stack web application with a robust backend in Rust powered by Axum and SurrealDB, and a sleek frontend using Svelte.
Backend Setup:
cd backend/
cargo build
cargo run
Frontend Setup:
cd frontend/
npm install
npm run dev