2024-11-21 06:41:28 +01:00
2024-11-06 15:55:35 +01:00
2024-09-01 15:28:32 +02:00
2024-11-21 06:41:28 +01:00
2024-10-21 18:12:07 +02:00
2024-11-02 16:44:02 +01:00
2024-11-21 06:41:28 +01:00
2024-09-01 15:28:32 +02:00
2024-11-21 06:41:28 +01:00
2024-11-02 16:44:02 +01:00
2024-09-01 15:28:32 +02:00

source : https://github.com/Oishh/leptos-axum-tailwind-start

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

example of systemd config

[Unit]
Description=Running rust script
After=multi-user.target

[Service]
EnvironmentFile=/home/pi/Scripts/rust_mosquitto/target/release/.env
ExecStart=/home/pi/Scripts/rust_mosquitto/target/release/rust_mosquitto
Type=simple

[Install]
WantedBy=multi-user.target

dev

source .env cargo sqlx migrate run cargo leptos watch

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

features

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

pages

[ ] liens [ ] formulaire [ ] recap capteurs

// https://github.com/Bechma/realworld-leptos

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