- Connect your smartphone by USB ( tested only on Android )
- Change variables in the
docker-compose.yamlfile - Start the container with
docker-compose up - Enter the container with
docker run -it *container_name* /bin/bash - Enter the folder where your application resides
- Run
tns doctorto check that Nativescript is installed correctly - Run
tns devicesto see if your smartphone has been detected by NS - Run
tns debug androidto build the app and install it on your smartphone
NS compiles new code on the fly and updates the view on your smartphone as you modify the code.