Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.71 KB

utils-nativescript.md

File metadata and controls

69 lines (56 loc) · 2.71 KB

NATIVESCRIPT

LEARN

set ANDROID_HOME=C:\Android\sdk 
set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools 
tns create StockTicker --ng (--ng tag to create an Angular 2 project)
cd StockTicker
tns platform add ios
tns platform add android
tns run android 
tns livesync android --watch 

native + webapp : https://github.com/Appverse/PANG-Polymorphic-ANGular-seed http://developer.telerik.com/featured/building-angular-2-web-native-apps-single-codebase/ http://www.blog.bdauria.com/?p=981 superpowered c++ nativescript

NATIVESCRIPT Sidekick

for Visual Studio 2017

Write once and build compelling native mobile apps targeting iOS and Android. Build for iOS without using Macs or Xcode – you can use your free or paid Apple developer account. Use connected devices and emulators to test and debug your apps. Publish into iTunes Connect for beta testing or distribution in the App Store. Publish to Google Play for beta testing or public distribution.

LIB

EXAMPLE