Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 595 Bytes

README

This is an example app showing examples of using tom-select in a Rails 7 app with stimulus, as described in this blog post.

See it in action at http://tom-select.herokuapp.com/

Prerequisites

  • Ruby 3.0.2
  • foreman
  • A postgresql database

How to get it running in development

Clone this Repository

Install Dependencies:

bundle

yarn

Create the database

bundle exec rake db:create

bundle exec rake db:migrate

bundle exec rake db:seed

Start the Application:

foreman start -f Procfile.dev