- Install nativescript by following the official guide.
- Change to root of this project and run
tns install
. This will install nativescript core modules and setup platforms.
Following commands are fairly self-explanatory and should get you rolling in no-time:
tns emulate android
tns emulate ios
tns run android
tns run ios
tns livesync android --watch
tns livesync ios --watch
tns livesync android --emulator --watch
tns livesync ios --emulator --watch