Rails application powered by Inertia.js + React, Vite, and Tailwind CSS.
- Backend: Ruby on Rails 8.1, PostgreSQL
- Inertia:
inertia_rails+@inertiajs/react(React 19 + TypeScript) - Frontend tooling: Vite 7, Tailwind CSS 4
- Ruby 3.4 (see
.ruby-versionandGemfile) - Node.js 22+
- SQLite
- Install dependencies and prepare DB:
bin/setup
- Start the app in development (Rails + Vite):
bin/dev- Rails runs on http://localhost:3000
Note: it's important to use
localhostand not127.0.0.1on macOS.