Skip to content

planetaska/irvst-app2

Repository files navigation

README

This is an example app of Vite Rails 7 with Svelte integration.

https://way-too-mainstream.vercel.app/articles/creating-first-inertia-rails-app

  • Ruby version

3.1.2

  • Configuration

This app was created with the following command:

rails new irvst-app --skip-javascript --skip-asset-pipeline -d postgresql

  • Database creation

rails db:create

  • Database initialization

rails db:migrate

  • How to run the test suite

rails test