@donmahallem/trapeze-client-electron
v1.7.3
Published
An electron app to be used with trapeze endpoints
Downloads
25
Readme
Trapeze Api Desktop Client
Setup 1 (requires node install)
- npm install -g @donmahallem/trapeze-client-electron
- run: trapeze-client [DOMAIN AND PATH OF THE SERVICE]
Setup 2 (requires node install)
- Clone TrapezeClientElectron
- Install its dependencies
- run ng build --aot --prod --base-href=./
- copy the data inside the dist/trapeze-client-ng folder to the dist/app folder inside this project
- run "npm run start -- [DOMAIN AND PATH OF THE SERVICE]"
- ... it should work
Setup 3 (requires no seperate node install)
- Copy the latest app.asar file from the github releases page
- And proceed with it as described in https://electronjs.org/docs/tutorial/application-distribution
- Now run this app with the first parameter being the domain where to gather the data from