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

https://github.com/trion-development/voting-nativescript-sample


https://github.com/trion-development/voting-nativescript-sample

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# voting-nativescript-sample

Dieses Repository enthält sowohl ein NativeScript Projekt welches mit purem JavaScript geschrieben ist (Ordner `javascript`),
als auch ein Angular 2-NativeScript Projekt (Ordner `angular2`).

Zum Bauen der Projekte wird lediglich eine lauffähige Instanz des `tns`-Commandline Interfaces benötigt.
Weiterhin werden entweder das `android-sdk` benötigt, um die Android-App laufen zu lassen, oder XCode, um die iOS Version der App laufen zu lassen.

Der Befehl zum Bauen ist dann einfach
```
tns run android --emulator
```
bzw.
```
tns run ios --emulator
```