https://github.com/trion-development/voting-nativescript-sample
https://github.com/trion-development/voting-nativescript-sample
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trion-development/voting-nativescript-sample
- Owner: trion-development
- Created: 2016-08-17T19:22:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T20:08:39.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T16:15:57.329Z (over 1 year ago)
- Language: TypeScript
- Size: 1.44 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```