Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 241 Bytes

Getting the app to run:

  • npm install
  • tns platform add android | tns platform add ios
  • grunt prepare (run once to install tns-core-modules and angular2 packages)

Changing and testing the app:

  • tns run android | tns run ios