Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonwenner/quickstart-rails-turbo-quote-editor
⚡️ Turbo bundles several techniques for creating fast, modern, progressively enhanced web applications without using much JavaScript. It offers a simpler alternative to the prevailing client-side frameworks which put all the logic in the front-end and confine the server side of your app to being little more than a JSON API.
https://github.com/nelsonwenner/quickstart-rails-turbo-quote-editor
hotwire rails7 ruby stimulus turbo-frame turbo-stream
Last synced: about 2 months ago
JSON representation
⚡️ Turbo bundles several techniques for creating fast, modern, progressively enhanced web applications without using much JavaScript. It offers a simpler alternative to the prevailing client-side frameworks which put all the logic in the front-end and confine the server side of your app to being little more than a JSON API.
- Host: GitHub
- URL: https://github.com/nelsonwenner/quickstart-rails-turbo-quote-editor
- Owner: nelsonwenner
- Created: 2022-05-14T13:45:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T15:38:58.000Z (over 2 years ago)
- Last Synced: 2024-07-30T20:43:26.541Z (5 months ago)
- Topics: hotwire, rails7, ruby, stimulus, turbo-frame, turbo-stream
- Language: Ruby
- Homepage: https://www.hotrails.dev/
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...