
Starting project template for Rust Tide server and Svelte
The Svelte-Tide-ProjectStarter is a template for creating Svelte frontend applications with a Rust Tide backend server. It includes an example of using sessions to store user login information and access secure areas. The template is based on the combination of rocket.rs and Svelte, with inspiration taken from the project at https://github.com/sachinbhutani/svelte-on-rust.
The Svelte-Tide-ProjectStarter template provides a convenient starting point for building Svelte frontend applications with a Rust Tide backend server. It includes features such as session management for user login and secure access. By following the installation guide, developers can quickly set up the template and start building their own projects.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.