Skip to content

A basic Todo List rails app with Stimulus js for teaching the principles of using Stimulus js

License

Notifications You must be signed in to change notification settings

smcfarlane/stimulus_workshop

Repository files navigation

Sitmulus JS Workshop

Setup

Requirements:

  • Ruby Version: 2.6.6
  • Database: sqlite
git clone [email protected]:smcfarlane/stimulus_workshop.git

cd stimulus_workshop

bundle
yarn

bundle exec rails db:create db:migrate
bundle exec rails s

Then, navigate to http://localhost:3000/.

Branches

  • main: contains a full example including stimulus controllers and jest tests
  • build_controllers: contains controllers, models, views and jest tests but no stimulus code. Use this branch to try writing the controllers yourself

About

A basic Todo List rails app with Stimulus js for teaching the principles of using Stimulus js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published