monorepo/ui/README.md

23 lines
488 B
Markdown
Raw Permalink Normal View History

2024-07-04 18:49:39 +00:00
# User Interfaces
By default, `pnpm` is setup to track any subdirectory of the `ui` as a `pnpm` workspace. To help illustrate this, let
us consider the example directory structure below. It illustrates how you may have several, independently managed
user interfaces, including command line interfaces.
```shell
|- ui
|- mobile
| |- ## react native app
|
|- storefront
| |- ## ...
|
|- backstage
| |- ## ...
|
|- cli
| |- # ...
|
|- ## ...
```