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.
To get started with the Svelte-Tide-ProjectStarter, you will need to have Node.js and Rust installed on your machine. Follow the steps below to install and set up the template:
npx degit <github-username>/svelte-tide-project-starter my-project
cd my-project
npm install
cargo run
npm run dev
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.