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.
- Ensure Ruby/Rails/Node environment is correctly setup
- Run
bundle
- Run
npm install
- Run
foreman start -f Procfile.dev
- In a separate tab run
npm run imba