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

https://github.com/kkamara/multi-window-desktop-app

(Download) ElectronJS. Securely access desktop API privileged access from web view.
https://github.com/kkamara/multi-window-desktop-app

Last synced: 5 months ago
JSON representation

(Download) ElectronJS. Securely access desktop API privileged access from web view.

Awesome Lists containing this project

README

          

multi-window-desktop-app.png

# Multi-Window Desktop App

ElectronJS. Securely access desktop API privileged access from web view.

## Download

* [Windows](https://github.com/kkamara/multi-window-desktop-app/releases).

## Installation

* [Node.js](https://nodejs.org/en/) (arrives with [npmjs](https://www.npmjs.com/))

```bash
npm install -g yarn
yarn install
```

## Usage

```bash
yarn start
```

###### To refresh build on project file save.

```bash
yarn dev
```

## Building target: your machine

```bash
yarn build
```

## Building target: cross-platform

```bash
# --linux --win --mac --ia32 --x64
yarn run release
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[BSD](https://opensource.org/licenses/BSD-3-Clause)