7 lines
249 B
Markdown
7 lines
249 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
|
|
|
|
npx tailwindcss -i ./input.css -o ./style/output.css --watch
|