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

https://github.com/dhanyn10/electron-example

This is collection of very minimal application made with Electron Quick Start to test Electron Apps.
https://github.com/dhanyn10/electron-example

electron

Last synced: 2 months ago
JSON representation

This is collection of very minimal application made with Electron Quick Start to test Electron Apps.

Awesome Lists containing this project

README

          

# About
This is collection of very minimal application made with Electron Quick Start to test Electron Apps.

![bootbox](https://github.com/dhanyn10/electron-example/workflows/bootbox/badge.svg)
![gdrive](https://github.com/dhanyn10/electron-example/workflows/gdrive/badge.svg)
![menuitem](https://github.com/dhanyn10/electron-example/workflows/menuitem/badge.svg)
![open-all-link-to-default-browser](https://github.com/dhanyn10/electron-example/workflows/open-all-link-to-default-browser/badge.svg)
![open-directory](https://github.com/dhanyn10/electron-example/workflows/open-directory/badge.svg)
![parent-child-window](https://github.com/dhanyn10/electron-example/workflows/parent-child-window/badge.svg)
![shelljs-command](https://github.com/dhanyn10/electron-example/workflows/shelljs-command/badge.svg)
![vue-bootstrap](https://github.com/dhanyn10/electron-example/workflows/vue-bootstrap/badge.svg)

# How to Use
Simply clone this repository, move to any directory you needed to test. then run:
1. install all required package
```
npm install
```
2. start apps
```
npm start
```