Skip to content

Electron Project containing a functioning Desktop Application which serves as the interface for the Endurance Testing Machine at Nextflex.

Notifications You must be signed in to change notification settings

mreimann1/etm-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETM-UI-offline

Endurance Testing Machine User Interface (Offline Version)

etm ui

Screenshot of ETM UI

Description

This is an electron Project containing source code for a Desktop Application which serves as the interface for the Endurance Testing Machine at Nextflex

At this time, the application is simply a faceplate and not connected to the back-end

Initializing Project

Due to Githubs 100MB size limit, the node_modules folder for this project has been ommitted. As a result, it must be initialized with Electron Forge before use.

To initialize it using npm, run the following command:

npx create-electron-app etm-ui

Next, copy the project files from this repo over and install dependencies.

Installing Dependencies

This project uses bootstrap, jquery, and poppers. Installing these dependencies requires the following commands:

npm install bootstrap

npm install jquery

npm install @popperjs/core

Usage

This project is meant to be run with node.js using npm install then npm start in package directory

About

Electron Project containing a functioning Desktop Application which serves as the interface for the Endurance Testing Machine at Nextflex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published