Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 484 Bytes

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.