This project is no longer maintained. It's successor can be found here: https://github.com/joekrump/svelte-rails
Ruby: 2.5.6
Bundler: 2.1.4
bundle install
rake db:setup
yarn install
yarn start
rails g component <component_name>
..erb
file using the component
method from application_helper.rb
. Ex.<%= component("Button", { }, { }, "I'm a Svelte component!") %>
These articles have helped me out in getting this project configured: