A modern template for starting web application projects with a clean separation of frontend and backend. Designed for rapid development and easy customization.
rDev-web-starter/
frontend/ # Svelte + Vite app
backend/ # Kotlin Ktor server
cd frontend
npm install
npm run dev
Open http://localhost:5173 to view the app.
cd backend
./gradlew run
Backend runs on http://localhost:8080.
frontend/src/
backend/src/main/kotlin/com/example/
Private template. For personal or organizational use.