https://github.com/benkhalife/hexan
cross platform and access to the native api
https://github.com/benkhalife/hexan
hexan hexan-app native-apps nodejs nodejs-app
Last synced: 15 days ago
JSON representation
cross platform and access to the native api
- Host: GitHub
- URL: https://github.com/benkhalife/hexan
- Owner: benkhalife
- License: mit
- Created: 2020-08-28T06:54:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T16:33:26.000Z (almost 6 years ago)
- Last Synced: 2025-10-04T05:32:09.105Z (9 months ago)
- Topics: hexan, hexan-app, native-apps, nodejs, nodejs-app
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexan
* Use the system default browser
* Execution file size 55 MB
* Access native api (node v12)
* Express and Socket.io is used
* HTML + CSS + JS + Node.js
### install
```
$ npm i hexan
```
### [quick start sample](https://github.com/parsgit/hexan-quick-start)
```
$ git clone https://github.com/parsgit/hexan-quick-start
$ cd hexan-quick-start
$ npm install
$ npm run
```
To create a package, first install the pkg library once
```
npm install -g pkg
```
Create packages for Linux, Windows and Mac
```
npm run build
```