make build-jsng serveThen open http://localhost:4200
Set server config in var/data/config.json and then:
make runmake deb-armGOOS=linux GOARCH=arm GOARM=6 go build -o thingsplex_arm
rsync -a static/fimpui/dist fh@aleks.local:~/thingsplex/static/fimpui/
scp thingsplex_arm fh@aleks.local:~/thingsplex/Package : tar cvzf thingsplex.tar.gz thingsplex_arm static/thingsplex/dist scp thingsplex.tar.gz fh@aleks.local:~/thingsplex/
Unpackage : tar -xvf thingsplex.tar.gz Update static/thingsplex/dist/index.html