Demo app for nativescript-ar inspired by https://github.com/google-ar/sceneform-android-sdk/tree/master/samples/solarsystem
# Install dependencies
npm install
# Build for production
tns build <platform> --bundle
# Build, watch for changes and debug the application
tns debug <platform> --bundle
# Build, watch for changes and run the application
tns run <platform> --bundle