Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csalmeida/inertia-rails-svelte-example

An example of Using Rails 7 with Svelte 5
https://github.com/csalmeida/inertia-rails-svelte-example

inertia rails svelte

Last synced: 28 days ago
JSON representation

An example of Using Rails 7 with Svelte 5

Awesome Lists containing this project

README

        

# Rails 7 w/ InertiaJS and Svelte 5

# Setup

- `bundle install`
- `npm install`
- `./bin/dev`

# Resources
- [Evil Martians Guide for Inertia w/Rails](https://evilmartians.com/chronicles/inertiajs-in-rails-a-new-era-of-effortless-integration)
- [Inertia Documentation](https://inertia-rails.netlify.app/guide/server-side-setup.html)
- [Svelte 5 Documentation](https://svelte-5-preview.vercel.app)