An open API service indexing awesome lists of open source software.

https://github.com/nathanwalker/nx-ns-examples


https://github.com/nathanwalker/nx-ns-examples

Last synced: 3 months ago
JSON representation

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