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.
- Host: GitHub
- URL: https://github.com/kkamara/multi-window-desktop-app
- Owner: kkamara
- License: bsd-3-clause
- Created: 2023-07-03T23:14:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T02:26:56.000Z (7 months ago)
- Last Synced: 2025-11-29T20:40:22.653Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README

# 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)