• Stars
    star
    161
  • Rank 233,470 (Top 5 %)
  • Language
    Ruby
  • Created about 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Search autocomplete with Stimulus JS.

Stimulus Search

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

Autocomplete GIF

Installation

Clone the repository:

git clone [email protected]: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