https://github.com/nathanwalker/nx-ns-examples
https://github.com/nathanwalker/nx-ns-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanwalker/nx-ns-examples
- Owner: NathanWalker
- Created: 2022-12-10T21:44:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T22:27:37.000Z (over 3 years ago)
- Last Synced: 2024-12-31T19:47:23.122Z (over 1 year ago)
- Language: TypeScript
- Size: 443 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example Nx Workspace using @nativescript/nx
To try:
```
npm run setup
```
Run the mobile apps:
```
npx nx run nativescript-mobile:android
// or...
npx nx run nativescript-mobile:ios
```
Illustrates:
- Using platform specific code within libs
- Answers this question: https://github.com/NativeScript/nx/issues/64