Follow the instructions on NativeScript depending
Update .env file with the correct values
cp .env.example .env
Run the project on multiple devices:
$ ns run ios
$ ns run android
Debug the project with Chrome DevTools:
$ ns debug ios
$ ns debug android
For more options consult the docs or run ns --help