Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nstudio/xplat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.0.3
Choose a base ref
...
head repository: nstudio/xplat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2025

  1. chore: readme

    NathanWalker authored Jan 20, 2025
    Copy the full SHA
    2fa00ca View commit details

Commits on Feb 2, 2025

  1. chore: readme

    NathanWalker committed Feb 2, 2025
    Copy the full SHA
    443f9d0 View commit details
Showing with 3 additions and 11 deletions.
  1. +3 −11 README.md
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,8 +21,10 @@
## Quickstart

Note: Nx 19.x.x compatible.

```sh
npx create-nx-workspace@latest
npx create-nx-workspace@19

✔ Where would you like to create your workspace? · {your-workspace-name}

@@ -63,8 +65,6 @@ You are now ready to create apps:
npx nx g @nstudio/xplat:app
```

**Potential schematics error:** If you encounter a `SchematicNameCollisionException` issue, you can see this gist to apply a patch: https://gist.github.com/NathanWalker/a8554c1e0bba700affeb0c4672d26b0e

## App generation examples

The additional app generators can be used as follows:
@@ -159,14 +159,6 @@ B. **Android**
npx nx run nativescript-mobile:android
```

## Documentation

- [Getting Started](https://nstudio.io/xplat/getting-started)
- [Fundamentals](https://nstudio.io/xplat/fundamentals)
- [API Documentation](https://nstudio.io/xplat/api)
- [Design Doc](https://t.co/z2lRxOBFAg)
- [Wiki](https://github.com/nstudio/xplat/wiki/FAQ)

## Talks

- [Super Powered, Server Rendered Progressive Native Apps](https://www.youtube.com/watch?v=EqqNexmu3Ug) by [Nathan Walker](http://github.com/NathanWalker) and [Jeff Whelpley](https://github.com/jeffwhelpley)