Skip to content

The Electron app through which Interflux team members can access the Admin panel.

Notifications You must be signed in to change notification settings

interflux-electronics/interflux-admin-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interflux Admin Electron app

What

This Electron app wraps the Interflux Admin website into an installable Windows, Mac and Linux app.

Why

The Interflux team prefers native apps over having to go to website. Also, the Electron app allows us to extend the Admin website with native OS capabilities (read: things you cannot do in a browser).

Purpose

This app enables the Interflux Electronics team and their partners to create content for their websites, publish articles, download images, upload videos, process orders and more, all from one place.

Development

Get set up:

git clone [email protected]:interflux-electronics/interflux-admin-electron.git
nvm install
yarn install

Serve a local instance:

yarn serve

Run tests:

yarn test
yarn test:unit
yarn test:e2e

Production

Build installers for Mac, Windows and Linux:

yarn build

Deploy:

yarn deploy

Inspired from

https://github.com/szwacz/electron-boilerplate

Contact

[email protected]

About

The Electron app through which Interflux team members can access the Admin panel.

Topics

Resources

Stars

Watchers

Forks