Just run yarn
in gui directory and web app will be served.
yarn
will automatically recompile code when it detects a change, then live-reloading web applications.
$ cd gui
$ yarn serve
App running at: http://localhost:8081
Generates a Web GUI application
$ ./build.sh
then build the Docker container, developing in docker environment
$ docker-compose -f docker-compose.dev.yml up --build
gin
will automatically recompile code when it detects a change, then docker
will be restarted.
App running at http://localhost:2017
- go-sysinfo : go-sysinfo is a library for collecting system information.
- GoDotEnv : A Go port of Ruby's dotenv library (Loads environment variables from .env files)