Rails 7 + CableReady 5 + StimulusReflex 3.5 + Vite
- Ruby 3+
- Docker (For redis / postgres)
- PNPM
Either click Use The Template in Github, or clone the
repo.
git clone https://github.com/ParamagicDev/rails_starter
cd rails_starterThen, to run installation steps do the following:
bundle install && npm run setupovermind start -f ./Procfile.devdocker-compose up redis db
bundle exec rails server
./bin/vite devThen, run the following to setup the database:
bundle exec rails db:create
bundle exec rails db:migrateThen navigate to localhost:3000 and you should be good to
go.