This is a search autocomplete example created with Stimulus and Rails 7.
Clone the repository:
git clone git@github.com:mrhead/stimulus-search.git
Setup the application:
cd stimulus-search
./bin/setup
Start the webserver:
./bin/dev
Go to http://localhost:3000/.
Run:
rails test
rails test:system