/edgex-ui-go

Primary LanguageJavaScriptApache License 2.0Apache-2.0

edgex-ui-go

Go Report Card license

Go implementation of EdgeX Web UI.

Effect picture after refactoring frontend ui (to be done):

Install and Deploy

To fetch the code and compile the web ui:

go get github.com/edgexfoundry-holding/edgex-ui-go
cd $GOPATH/src/github.com/edgexfoundry-holding/edgex-ui-go
glide install
make build

To rebuild if you changed the source code :

make clean
make build

To test the web ui :

make test

To run the web ui :

make run

Community

License

Apache-2.0