https://github.com/hotwired/turbo-native-demo
Demo web server for the Turbo Native adapters
https://github.com/hotwired/turbo-native-demo
Last synced: 8 months ago
JSON representation
Demo web server for the Turbo Native adapters
- Host: GitHub
- URL: https://github.com/hotwired/turbo-native-demo
- Owner: hotwired
- Created: 2020-12-03T16:45:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:01:09.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:09:12.030Z (almost 2 years ago)
- Language: EJS
- Homepage:
- Size: 2.25 MB
- Stars: 75
- Watchers: 15
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turbo Native Demo
A small app to demonstrate how to use Turbo with a native app. The demo app is available at [https://turbo-native-demo.glitch.me](https://turbo-native-demo.glitch.me)
## Running Locally
Clone the repo, and then:
```
$ npm install
$ npx nodemon
```
The server is running on [`localhost:45678`](http://localhost:45678). You can open that url in the browser and ensure the native app is using the same url.