This client application is used for viewing knx data. It gets data from knx server that you can download it from https://github.com/mustafayuce33/knxserver
Here is what you will make for usage :
npm installfor installing missing npm packages- Run
npm startto host your web application on locally. It will host your web application on port3000. So you can view it by http://localhost:3000 - If you want to take a build for deploying then you have to run
npm run build. This will create /build folder and you can use it for deploying. - That's all
Application will connect knx server via mqtt and view knx data.