A preconfigured blank slate for exploring Stimulus using Ruby2JS. Jump to The Stimulus Example for an introduction.
Clone and set up stimulus-starter
:
$ git clone https://github.com/ruby2js/stimulus-starter.git
$ cd stimulus-starter
$ bundle install
$ yarn install
$ yarn start
Place your controllers in the src/controllers
directory.