This is an example app of Vite Rails 7 with Svelte integration with TypeScript support.
https://way-too-mainstream.vercel.app/articles/using-svelte-typescript-in-rails-7-vite-tutorial
3.1.2
This app was created with the following command:
rails new vrs-app --skip-javascript --skip-asset-pipeline
rails db:create
rails db:migrate
rails test