Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmcodes-archive/stimulus-book-filterer


https://github.com/andrewmcodes-archive/stimulus-book-filterer

filter javascript js list rails stimulus webpacker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Stimulus list filter

## Tutorial

https://johnbeatty.co/2018/10/04/stimulus-js-tutorial-using-multi-select-to-pare-down-a-large-set-of-data/

## Instructions

```sh
git clone https://github.com/andrewmcodes/stimulus-book-filterer.git
cd stimulus-book-filterer
bundle && yarn
rails db:create db:migrate db:seed
foreman start
```

Navigate to localhost:5000