A rust application to demonstrate the use of yew and WebAssembly.
Install trunk:
cargo install --locked trunk
Serve the application using trunk:
trunk serve
Install tailwindcss:
yarn global add tailwindcss
Run the tailwindcss cli tool in watch mode:
tailwindcss -o ./styles/tailwind.css --watch