cd frontend
;npm install
;npm start
;
cd backend
;go run main.go
;
make build -f build.mk
;- Then the binary is done. Change directory
cd backend
and start it directly by./bin/go-executor
;
make build-image -f build.mk tag=1.0.0
;
docker run -p 8080:8080 go-executor:1.0.0