Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 308 Bytes

README

This is an example application to show how the 'Ghost Form' pattern works.

  • v1 - General solution using stimulus
  • v2 - Ghost Form pattern

How to run

  1. clone the repository
  2. run bundle install
  3. run rails db:create db:migrate db:seed
  4. run rails s
  5. open http://localhost:3000