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
- Ruby version
3.1.2
- Configuration
This app was created with the following command:
rails new vrs-app --skip-javascript --skip-asset-pipeline
- Database creation
rails db:create
- Database initialization
rails db:migrate
- How to run the test suite
rails test