i am using https://github.com/NathanWalker/angular2-seed-advanced which creates a running nativescript app.
now, i am a starter with nativescript and wanted to ask, how i can achieve a good development flow.
i am coming from ionic where i was able to see the console output on my development machine and was able to test my app live on a cable connected device. live reloading was running also.
so my questions:
- can i run my app on a device without publishing it to the store
- will i be able to see the console.log output somehow on my local dev machine with adb or a nativescript cli command?
- is live reloading possible for developing nativescript apps?
Thank you in advance!
