https://github.com/fastruby/advanced-forms-with-no-js
Example application associated to our blog post about Advanced Forms usage without using JavaScript
https://github.com/fastruby/advanced-forms-with-no-js
Last synced: 10 months ago
JSON representation
Example application associated to our blog post about Advanced Forms usage without using JavaScript
- Host: GitHub
- URL: https://github.com/fastruby/advanced-forms-with-no-js
- Owner: fastruby
- Created: 2022-09-08T19:25:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T19:29:37.000Z (over 3 years ago)
- Last Synced: 2025-01-10T16:44:34.027Z (12 months ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a sample app for a blogpost.
## Setup
- Install Ruby 3.0.2
- Run `bundle install`
- Run `rails s`
- Open `localhost:3000` in the browser