/stimulus-search

Search autocomplete with Stimulus JS.

Primary LanguageRuby

Stimulus Search

This is a search autocomplete example created with Stimulus and Rails 7.

Autocomplete GIF

Installation

Clone the repository:

git clone git@github.com:mrhead/stimulus-search.git

Setup the application:

cd stimulus-search
./bin/setup

Start the webserver and esbuild watch process:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails javascript:build
rails test
rails test:system