This repository contains a sample project of Rust + Svelte
Once you've downloaded the project, install the dependencies with npm install
to start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
After this, install sqlx-cli
using cargo install sqlx-cli
and then:
sqlx database setup
cargo run