Desi77-uis
==========


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

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

Usually, this mini-server package desi77-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 desi77-uis
```


Usage
-----

```bash
npx desi77-uis
npx desi77-uis --help
```


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

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

