This is an example application to show how the 'Ghost Form' pattern works.
- v1 - General solution using stimulus
- v2 - Ghost Form pattern
- clone the repository
- run
bundle install
- run
rails db:create db:migrate db:seed
- run
rails s
- open
http://localhost:3000