https://github.com/marcoroth/alpine_reflex
MVCE for hopsoft/stimulus_reflex#329
https://github.com/marcoroth/alpine_reflex
Last synced: 8 months ago
JSON representation
MVCE for hopsoft/stimulus_reflex#329
- Host: GitHub
- URL: https://github.com/marcoroth/alpine_reflex
- Owner: marcoroth
- Created: 2020-10-14T08:56:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T09:11:39.000Z (over 5 years ago)
- Last Synced: 2025-02-22T23:32:50.769Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlpineReflex
This app is a MVCE for issue [hopsoft/stimulus_reflex#329](https://github.com/hopsoft/stimulus_reflex/issues/329).
These are the commands to recreate this app:
```
rails new alpine_reflex --webpacker
cd alpine_reflex
bundle exec rails webpacker:install:stimulus
bundle exec rails g controller home index
bundle add stimulus_reflex
bundle exec rails stimulus_reflex:install
rails dev:cache
rails g stimulus_reflex example hello
yarn add alpinejs
```