Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 454 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 454 Bytes

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:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails test
rails test:system