Skip to content

Instantly share code, notes, and snippets.

@fivemini
Last active August 18, 2017 08:41
Show Gist options
  • Save fivemini/1135bcf97d8c66b8c51e155283a11e2f to your computer and use it in GitHub Desktop.
Save fivemini/1135bcf97d8c66b8c51e155283a11e2f to your computer and use it in GitHub Desktop.
source ~/.nvm/nvm.sh
nvm install lts/*
nvm use lts/*
http://docs.nativescript.org/angular/start/quick-setup
npm install -g nativescript
tns doctor
tns create nsng --template https://github.com/NativeScript/template-hello-world-ng
(tns create nsng --ng)
cd nsng/
git init
wget -O .gitignore https://raw.githubusercontent.com/NativeScript/nativescript-angular/master/.gitignore
git add .
tns run android
tns run ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment