Last active
November 1, 2016 15:22
-
-
Save AKNiazi/2463867b647e23106c4f8102c7afd397 to your computer and use it in GitHub Desktop.
Commands for native Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tns doctor (to check everything installed is Ok) | |
tns create my-app-name --ng (to create new app from scratch) | |
tns platform add android (to add android platform in the app) | |
tns run android --emulator (to run with an emulator) | |
tns run android (to run with a device) | |
tns livesync android --watch or tns livesync android --emulator --watch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment