Skip to content

apioo/fusio-tools-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusio electron app

This is a simple electron app around the Fusio backend app. You can use this app to connect to a Fusio system from your local computer so you don't need to host the javascript app.

Installation

To start the electron app from this repository you can simply run:

npm install
npm run start

Package

To package the app run:

npm run package