/holiday-gift-list

Test app for Rails 5.2 with Stimulus JS

Primary LanguageRuby

README

Get this sucker up and running:

  • Clone repo
  • bundle install
  • yarn install
  • bundle exec rails db:migrate
  • bundle exec rails db:seed
  • Start a server on localhost:3000 with bundle exec rails server