Files
MaxWaterSystem-Electron/README.md
2018-04-12 18:58:18 -05:00

40 lines
762 B
Markdown

# node-ethernet-ip-electron
[![Build Status](https://travis-ci.com/Henry-Pump/MaxWaterSystem-Electron.svg?token=2QPB3X9BwnAHS67pfpQx&branch=master)](https://travis-ci.com/Henry-Pump/MaxWaterSystem-Electron)
A basic electron app to read values from a PLC.
![mainWindow](readingTag.gif)
## Install
``` bash
# Clone the repository
$ git clone https://github.com/patrickjmcd/node-ethernet-ip-electron
# Go into the repository
$ cd node-ethernet-ip-electron
# Install dependencies
$ npm install
```
## Develop
Just run this command to start developing with hot reloading.
``` bash
# Start electron and the webpack dev server
$ npm start
```
## Testing
``` bash
# Run the tests
$ npm test
# Run the tests in a watched environment
$ npm run test:watch
```