Add tailwind command to README.md
This commit is contained in:
parent
51dca7ac7e
commit
d6ce8fe083
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user