Actix Svelte Tailwind Tera Template
I was building a app with this stack so I templated it. Current version is a bit hacked together but at least it works
Features and Tech
The client_builder contains a svelteKit setup configured to statically build the svelte to the static folder where the actix server can serve it.
- Actix: The web rust web framework for the server. runtime
- Svelte: Easy and fun Framework for interactive javascript frontend pages.
- Tera: Template engine in rust for pages that require little or hopefully no javascript.
- Tailwind CSS: Utility class css framework for quickly styling the UI.