An open API service indexing awesome lists of open source software.

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

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`