Stimulus Reflex Copy

Build realtime, reactive applications in Rails with Stimulus Reflex
Icons/chart bar
Used 7 times
Created by
C Clément Prod'homme

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/zOvsAw"
Template Source

Review the code before running this template on your machine.

run 'bundle add stimulus_reflex'
run 'bundle'
run 'rails stimulus_reflex:install'
run 'yarn add stimulus_reflex'

unless Rails.root.join('tmp', 'caching-dev.txt').exist?
  run 'rails dev:cache'
end
Comments

Sign up or Login to leave a comment.