https://github.com/nativescript/examples-best-practices
https://github.com/nativescript/examples-best-practices
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/examples-best-practices
- Owner: NativeScript
- Created: 2021-03-19T00:47:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T04:00:26.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:51:53.718Z (about 1 year ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example of various Best Practices
Reference: https://docs.nativescript.org/best-practices/
To run the example:
```bash
git clone https://github.com/NativeScript/examples-best-practices.git
cd examples-best-practices
ns debug ios
// or...
ns debug android
```