Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 435 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 435 Bytes

mobile-app

Local Setup

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