Clean up & Add connection setup

This commit is contained in:
Thomas Nordquist
2019-01-06 13:30:35 +01:00
parent ad7794b30d
commit 32c3079821
26 changed files with 809 additions and 356 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"start": "electron .",
"test": "npm run test-backend",
"build": "cd app; npm run build; cd ..; cd backend; npm run build; cd ..",
"test-backend": "cd backend && npm run test && cd ..",
"release": "npm run test && ./release.sh"
},
@@ -38,6 +39,9 @@
"typescript": "^3.2.2"
},
"dependencies": {
"mqtt-explorer-backend": "file:backend"
"@types/electron": "^1.6.10",
"@types/socket.io": "^2.1.2",
"mqtt-explorer-backend": "file:backend",
"socket.io": "^2.2.0"
}
}