Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/stimulus-book-filterer
- Owner: andrewmcodes-archive
- Created: 2019-04-13T02:22:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T02:25:14.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T14:48:54.736Z (3 months ago)
- Topics: filter, javascript, js, list, rails, stimulus, webpacker
- Language: Ruby
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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