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

https://github.com/travorlzh/hello-electron

The first desktop application I created using JavaScript and HTML
https://github.com/travorlzh/hello-electron

electron hello-world

Last synced: 2 months ago
JSON representation

The first desktop application I created using JavaScript and HTML

Awesome Lists containing this project

README

          

hello-electron
=======

This is my first NodeJS repository with **ElectronJS** technology, so it is a desktop application written in HTML and JavaScript. This is more efficient than the legacy way (Using C/C++ to develop with a specific toolkit).

## Building

You need to have NodeJS and Git installed before execute the following commands

```
$ git clone https://github.com/TravorLZH/hello-electron.git
$ npm install
$ npm start # Run the program
$ npm run package-win # Build the binaries
```