NativeScript/Angular for dummies (practical guide)
This is a thing that I'll surely regret try or write for in some years but let's begin with some easy tutorial for NativeScript.
The way I see it the only cool wat to see this is via the internal app for the playground of the team: Playground NAtivescrip Android for practically we will use Android because we all know that iOS sucks. First, let's install the CLI
npm install -g nativescriptThe requirements for a full build of an app are here:
https://docs.nativescript.org/angular/start/quick-setupThen we proceed to make a new app:
tns create HelloWorld --template tns-template-blank-ngAnd for last we try to see our magnificent app in the preview panel:
tns previewThis will throw a QR code that we can scan with our playground app and the app will just pop up in the phone. Well, that's for now, a little guide to make a new app in NativeScript/Angular. See you next time.
Comments