Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 385 Bytes

Rails, Inertia, Imba stack

An attempt to get a basic Rails, Inertia, Imba stack working using the imba-inertia-adapter package. Using Vite to run JS. Also uses foreman to run multiple processes.

Steps

  1. Ensure Ruby/Rails/Node environment is correctly setup
  2. Run bundle
  3. Run npm install
  4. Run foreman start -f Procfile.dev
  5. In a separate tab run npm run imba