just a template to start full-stack rust app quickly with a decent live reload experience
rustnodejust
clone the repo and install the required dependencies
just installfor most things, look at justfile or simply run just for a list of commands
after installing the dependencies, run both the server and the tailwind watch command
just run
just tailwind- set up reload for rust without connection loss
- set up live reload for templates
- integrate the basic build tooling for tailwind and vanilla js
and that's it!