rustolio 0.1.0

A minimalistic frontend framework written in Rust to target WebAssembly
Documentation
1
2
3
4
5
## Tailwind

- Copy the `tailwind.css` file and the `package.json` file to your project root.
- Run `npm install` to install the necessary dependencies.
- Run `npx tailwindcss -i ./tailwind.css -o ./pkg/tailwind.css --watch` to generate the Tailwind CSS file.