28 lines
511 B
Markdown
28 lines
511 B
Markdown
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
|
|
|
|
## 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
|