Desi76-uis
==========


Presentation
------------

*desi76-uis* is the mini-server package for enabling the local installation of the web-ui *desi76-ui*.

Usually, this mini-server package desi76-uis is part of a mono-repo containing an other package for the web-ui and potentially an *universal* library backing the web-ui.


Requirements
------------

- [node](https://nodejs.org) > 22.0.0
- [npm](https://docs.npmjs.com/cli) > 11.0.0


Installation
------------

```bash
npm i -D desi76-uis
```


Usage
-----

```bash
npx desi76-uis
npx desi76-uis --help
```


Usage without installation
--------------------------

```bash
npx desi76-uis
npx --package=desi76-uis desi76-uis
npx --package=desi76-uis desi76-uis --help
```

