npm install
npm run build
esbuild is used to bundle all dependencies. Dependencies can be added to app.js and they will be bundle automatically.
npx tailwindcss -i ./ui/assets/tailwind.css -o ./dist/output.css --watch
- Install cargo watch watchtower
- Run
cargo watch -x run
The templating engine used is Tera. It looks similar to Jinja, supports the injection of common components (nav, footer, etc), and supports componentization through the use of macros.
Docs can be found here.