A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
git clone https://github.com/hopsoft/sr_mini.git
cd /path/to/sr_mini && ruby application.rb
- ...and, you're up and running a Rails app with StimulusReflex. Now visit http://localhost:3000 in a browser.
./index.js
- a single file with all of the JavaScript./application.rb
- a single file Rails app