Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 256 Bytes

React-MQTT

An experiment with React.js and MQTT. Requires a Mosquitto broker compiled with WebSockets support.

Building for development

npm install
npm run watch # Will watch main.js for changes

Packaging

npm run build