-
Notifications
You must be signed in to change notification settings - Fork 27
Getting Started (NativeScript)
edselg edited this page Nov 12, 2018
·
3 revisions
Prerequisites:
- Node.js (https://nodejs.org)
- NativeScript (NativeScript Getting Started)
Once you have installed NativeScript on your machine, perform the following commands to work with the Starter Template:
tns create testapp --template tns-template-master-detail-progress-ng
cd testapp
tns run android
-
tns run ios
(if running on macOS)
- DataSource API
- Starter Template Tutorial
- Using the JSDO component with plain HTML and JavaScript
- Using the JSDO and DataSource components with an existing NativeScript app
- Using the JSDO and DataSource components in an Angular web app (Angular-5.x)
- Using the JSDO and DataSource components in an Angular web app (Angular-6.x)
- Using the JSDO and DataSource components in a Node.js app