December 2017
Beginner
372 pages
10h 32m
English
At this time, you can run your application and see the result of the default application created by the NativeScript CLI. To run the NativeScript application, we have two commands, one for Android and one for iOS, as shown in the following commands.
For Android, run the following command:
tns run android
For iOS, run the following command:
tns run ios
Like the create command, the run command also has multiple configurable parameters, and we can see all of them using the help command. So, if you want to check the configurations available for Android, you can run the following command:
tns run android --help
When you execute the run command, NativeScript does a bunch of things, such as the following: ...
Read now
Unlock full access