/electron-docker-project

A ready to use electron docker project

Primary LanguageDockerfile

Electron base project

Install

$ make build
$ make install

Run

$ make gui

Generate an android APK (cordova)

$ make android
$ make build

Serve static html ui (nginx)

$ make serve-html