-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
To run NativeScript Sidekick, you need to have Node.js installed on your machine. To check whether Node.js is installed on your development machine, you should open a terminal or command prompt and run the node --version
command. If you get an error, head to https://nodejs.org/ and download and install the latest Node.js LTS version. We recommend using Node.js 8.x.
To run NativeScript Sidekick, you need to have the latest version of the NativeScript CLI (currently, 4.1.0) installed on your machine. To install the latest version of NativeScript CLI from npm, you should open a terminal or command prompt and run the following command:
npm install -g nativescript
- Download the installation file appropriate for your operating system:
- Run the downloaded installable and complete the installation.
To build locally with NativeScript Sidekick, you need to set up each platform you intend to build for on your development machine.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting