add new style

This commit is contained in:
Romulus21
2024-11-21 08:19:23 +01:00
parent cf8804ab69
commit 5d72a60f25
6 changed files with 77 additions and 40 deletions

View File

@@ -1,8 +1,15 @@
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
# 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]
@@ -18,25 +25,25 @@ Type=simple
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
[x] deploy
## pages
[ ] liens
[ ] formulaire
[x] liens
[x] formulaire
[ ] recap capteurs
// https://github.com/Bechma/realworld-leptos
## style
[Simple dark dashboard](https://dribbble.com/shots/10090105-Dashboard-UI/attachments/2097885?mode=media)
## helps
[Leptos starter kit](https://github.com/Oishh/leptos-axum-tailwind-start)
[Leptos blog](https://github.com/Bechma/realworld-leptos)