Skip to content

Demo web server for the Hotwire Native frameworks

Notifications You must be signed in to change notification settings

hotwired/hotwire-native-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotwire Native Demo

A small web app to demonstrate how to use Hotwire with the Hotwire Native frameworks. The demo app is available at https://hotwire-native-demo.dev

Running Locally

Clone the repo, and then:

$ npm install
$ npx nodemon

The server is running on localhost:45678. You can open that url in the browser and ensure the native app is using the same url.