Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Getting the app to run:

  • npm install
  • tns platform add android
  • grunt app-full. (Make sure you set your NSDIST env var or pass modulesPath/typingsPath options)

Changing and testing the app:

  • grunt app
  • ./emulateAndroid.sh

Protip: Use a single command like grunt app && ./emulateAndroid.sh