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