2025-06-04 16:03:15 +02:00
2024-11-06 15:55:35 +01:00
2024-09-01 15:28:32 +02:00
2025-06-04 16:01:26 +02:00
2025-03-14 23:30:10 +01:00
2025-06-04 16:01:26 +02:00
2025-03-14 16:10:49 +01:00
2025-03-09 00:28:14 +01:00
2025-03-14 23:30:10 +01:00
2025-06-04 16:03:15 +02:00
2025-03-14 23:30:10 +01:00
2025-03-14 23:30:10 +01:00
2025-06-04 16:01:26 +02:00
2024-12-06 23:58:13 +01:00
2025-03-14 23:30:10 +01:00

wasm-pack build --target=web --debug --no-default-features --features=hydrate cargo run --no-default-features --features=ssr

dev

source .env cargo sqlx migrate run cargo leptos watch

npx tailwindcss -i ./input.css -o ./style/output.css --watch

deploy

example of systemd config

[Unit]
Description=Home website
After=mysql.service

[Service]
EnvironmentFile=/var/www/rust_leptos/.env
ExecStart=/var/www/rust_leptos/rust_leptos
Type=simple

[Install]
WantedBy=multi-user.target

features

[x] ssr [x] MySQL [x] tailwindcss [x] router [ ] value gestion des erreurs [x] deploy [ ] hydratation

pages

[x] liens [x] formulaire [x] recap capteurs [x] volets

style

Simple dark dashboard

helps

Leptos starter kit Leptos blog

Description
No description provided
Readme 178 KiB
Languages
Rust 65.2%
CSS 33.5%
Makefile 0.7%
JavaScript 0.6%