Files
MaxWaterSystem-Electron/README.md
Patrick McDonagh 6f7381c75d Initial Commit
2018-04-03 18:09:54 -05:00

419 B

node-ethernet-ip-electron

A basic electron app to read values from a PLC.

mainWindow

Install

# 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.

$ npm start