/stimulus-starter

A humble blank slate for a modest JavaScript framework using Ruby2JS

Primary LanguageJavaScript

Stimulus Starter

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.