rDev-web-starter Svelte Themes

Rdev Web Starter

Clean, modern web application starter template with Svelte + Vite frontend and Kotlin Ktor backend. Fast setup, minimal boilerplate, and easy customization for new projects.

Clean Web Application Template

A modern template for starting web application projects with a clean separation of frontend and backend. Designed for rapid development and easy customization.

Features

  • Frontend: Svelte + Vite + Tailwind CSS
  • Backend: Kotlin (Ktor) server
  • Minimal boilerplate, easy to extend
  • Ready for local development and deployment

Project Structure

rDev-web-starter/
  frontend/   # Svelte + Vite app
  backend/    # Kotlin Ktor server

Getting Started

Prerequisites

  • Node.js & npm (for frontend)
  • JDK 17+ (for backend)
  • Gradle (included via wrapper)

Frontend

cd frontend
npm install
npm run dev

Open http://localhost:5173 to view the app.

Backend

cd backend
./gradlew run

Backend runs on http://localhost:8080.

Customization

  • Edit frontend in frontend/src/
  • Edit backend in backend/src/main/kotlin/com/example/

License

Private template. For personal or organizational use.

Top categories

Loading Svelte Themes