/cableready-vite-error-repro

Reproduce a Vite error with cableready pre7

Primary LanguageRuby

README

Rails 6.1 + CableReady 5 + StimulusReflex 3.5 + Vite

Prerequisites

  • Ruby 3+
  • Docker (For redis / postgres)
  • PNPM

Installation

git clone <TODO>
cd <TODO>
bundle install
pnpm install

Getting Started

overmind start -f ./Procfile.dev

Then, run the following:

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

Then navigate to localhost:3000 and you should be good to go.