https://github.com/chadhietala/glimmer-native-demo
A demo showing Glimmer VM and NativeScript integration
https://github.com/chadhietala/glimmer-native-demo
Last synced: about 2 months ago
JSON representation
A demo showing Glimmer VM and NativeScript integration
- Host: GitHub
- URL: https://github.com/chadhietala/glimmer-native-demo
- Owner: chadhietala
- License: apache-2.0
- Created: 2019-02-22T14:46:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T14:49:54.000Z (over 6 years ago)
- Last Synced: 2025-03-30T00:41:15.061Z (3 months ago)
- Language: JavaScript
- Size: 2.65 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glimmer Native Demo
This repo illustrates how the Glimmer VM can integrate with NativeScript. It largely barrows from the [Svelte](https://github.com/halfnelson/svelte-native) and [Vue](https://github.com/nativescript-vue/nativescript-vue) implementations.
This demo comes from the [Glimmer Embedding Turorial](https://github.com/glimmerjs/glimmer-embedding-tutorial) that [wycats](https://github.com/wycats) wrote.
## Running The Demo
1. Follow the [NativeScript Setup Guides](https://docs.nativescript.org/angular/start/quick-setup)
2. `npm install`
3. `tns run iOS --bundle`