Skip to content

Commit 1179e9c

Browse files
committed
Create README.md
1 parent 4acad78 commit 1179e9c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# React-MQTT
2+
3+
An experiment with React.js and MQTT. Requires a Mosquitto broker compiled with WebSockets support.
4+
5+
## Building for development
6+
7+
```bash
8+
npm install
9+
npm run watch # Will watch main.js for changes
10+
```
11+
12+
## Packaging
13+
14+
```bash
15+
npm run build
16+
```

0 commit comments

Comments
 (0)