Sharing my NativeScript Development Journey
** INSTALATION - ON MAC **
sudo npm install -g --unsafe-perm nativescript
// I suggest use the latest version of nativescript
** USAGE **
- tns create your-app-name
- cd your-app-name
Test it away: 3. tns run android
if problem occurs, please troubleshoot first.