Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

README

This is the companion code to "Building Reactive Rails applications with StimulusReflex".

To Run this application:

  • bundle install
  • If you don't have redis, either install it or start with docker: docker run -p 6379:6379 redis
  • rails server
  • open http://localhost:3000