Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 705 Bytes

File metadata and controls

30 lines (20 loc) · 705 Bytes

Demo Stimulus Rails App

This project is only here as teaching material. To show with very simple example how to do some very cool stimulus component and use them together.

Prerequisites

  • Ruby (version specified in .ruby-version)
  • Bundler (gem install bundler)
  • Node.js & Yarn (npm install -g yarn)
  • PostgreSQL (or your configured database)

Setup & Boot

  1. Set up the app:
./bin/setup
  1. Start the development server:
./bin/dev
  1. Access the app: Open http://localhost:3000 in your browser.

Troubleshooting

If you encounter issues, ensure all dependencies are installed and your database is running.