A small Rails web app to demonstrate how to use Hotwire with the Hotwire Native frameworks. The demo app is available at https://hotwire-native-demo.dev.
Clone the repo, and then:
$ bundle install
$ bin/dev
The server is running on localhost:3000
. You can open that URL in the browser and ensure the native app is using the same URL.
- Ruby version defined in
.ruby-version
.