December 2017
Beginner
372 pages
10h 32m
English
The best way to use NativeScript is to through the NativeScript CLI. You can install the NativeScript CLI from npm using the following command:
npm install -g nativescript
This command will install the NativeScript library in your global scope. To confirm that the installation has been successful, you can try running the following command from the command-line window:
tns
The tns command is a short form for Telerik NativeScript, and will show the array of commands associated with NativeScript.
The NativeScript CLI comes with a host of commands to assist in our development, commands such as create, which helps us create a basic startup NativeScript project, and deploy, which informs the NativeScript CLI to deploy the application ...
Read now
Unlock full access