This is a template project for mobile app development using NativeScript.
- Well documented
- Effective workflow
- Publish to iOS/Android
These are some example projects that demonstrate what we are going for in terms of documentation/completeness.
- NativeScript
- How will we test?
- ESLint
- Mocha
- Prettier
- TypeScript
Install node dependencies:
npm i
tns preview
tns preview will compile the app, upload it to https://play.nativescript.org/s/{app-id}
, and render a QR code that you can scan with the NativeScript Playground App. Playground is just a QR code reader, it will open the app in NativeScript Preview.
If the app is unable to hot reload (e.g. your screen went to sleep after inactivity) you can reconnect by closing the Preview app, then returning to the Playground app, finding the link to your app in the history, and clicking on that. The Preview app will re-open, and the HMR connection should be re-established.