rass-web-boilerplate Svelte Themes

Rass Web Boilerplate

RASS Boilerplate is a comprehensive starter template combining Rust, Axum, Svelte and SurrealDB. This boilerplate makes it easy to set up a full-stack web application with a robust backend in Rust powered by Axum and SurrealDB, and a sleek frontend using Svelte.

RASS Boilerplate

Rust + Axum + SurrealDB + Svelte

Description

RASS Boilerplate is a comprehensive starter template combining Svelte, Rust, Axum, and SurrealDB. This boilerplate makes it easy to set up a full-stack web application with a robust backend in Rust powered by Axum and SurrealDB, and a sleek frontend using Svelte.

Features

  • Backend: Rust with Axum framework and SurrealDB for the database.
  • Frontend: Svelte for a modern, reactive user interface.

Getting Started

  1. Backend Setup:

    • Navigate to the backend directory:
      cd backend/
      
    • Build and run the backend:
      cargo build
      cargo run
      
  2. Frontend Setup:

    • Navigate to the frontend directory:
      cd frontend/
      
    • Install dependencies and start the development server:
      npm install
      npm run dev
      

Rust + Axum + SurrealDB (Backend) Boilerplate

Svelte (Frontend) Boilerplate

Top categories

Loading Svelte Themes