Add tailwind command to README.md

This commit is contained in:
Sylvain Tremblay 2023-07-25 12:55:59 -04:00
parent 51dca7ac7e
commit d6ce8fe083

View File

@ -25,6 +25,10 @@ to go to your newly created project.
Of course you should explore around the project structure, but the best place to start with your application code is in `src/app.rs`. Of course you should explore around the project structure, but the best place to start with your application code is in `src/app.rs`.
## Building CSS
`npx tailwindcss -i src/style/main.css -o target/style/main.css`
## Running your project ## Running your project
`cargo leptos watch` `cargo leptos watch`