This is a very messy project to help with practicing using stimulus controllers. It follows the guide found in the Stimulus handbook, which implements practice with a few different stimulus controller actions.
Stimulus Handbook
The result of the first part (Hello Stimulus) is viewed in the developer console, which you can open with ctrl + shift + j in your browser
If you would like to see this in your browser follow these steps:
-
Run
https://github.com/kguyer/stimulus-starter -
Change into the directory using
cd stimulus-starter -
Run
yarn installif you do not have it installed -
Run
yarn startand visitlocalhost:9000to view it in your browser