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
- Host: GitHub
- URL: https://github.com/travorlzh/hello-electron
- Owner: TravorLZH
- Created: 2018-03-22T20:15:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T21:06:38.000Z (over 8 years ago)
- Last Synced: 2025-03-16T08:51:14.579Z (over 1 year ago)
- Topics: electron, hello-world
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```