Rails application with ViewComponent, using the https://github.com/github/view_component
gem.
Use your favorite Ruby version manager to install 3.0.0
.
Install Postgres as desired.
bundle install
npm install
rails db:setup
bundle exec rake
rails s
Run server in production mode: RAILS_ENV=production rails s
.
Load /benchmark
and read server log.