Files
MaxWaterSystem-Electron/README.md
Patrick McDonagh 93a8184af5 updates readme
2018-04-12 18:44:58 -05:00

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

# Start electron and the webpack dev server
$ npm start

Testing

# Run the tests
$ npm test

# Run the tests in a watched environment
$ npm run test:watch