Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

DevDungeon/NativeScriptAngularGpsTools

Repository files navigation

NativeScriptAngularGpsTools

Simple app that displays GPS coordinates. Built with NativeScript Angular.

Live streaming of coding this application: https://www.youtube.com/watch?v=TADDd1C8QpU

Relevant commands:

npm install -g nativescript
tns create ThisProject
tns plugin add nativescript-geolocation
tns run android
tns build android
tns build android --release