Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/csalmeida/inertia-rails-svelte-example
- Owner: csalmeida
- Created: 2024-06-29T02:18:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T02:37:14.000Z (4 months ago)
- Last Synced: 2024-09-27T15:01:29.644Z (about 1 month ago)
- Topics: inertia, rails, svelte
- Language: Ruby
- Homepage: https://inertia-rails.netlify.app/guide/
- Size: 55.7 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)