Install go, set up go path and then clone this repo to $GOPATH/src/github.com/yashsriv/networks-video-stream:
$ git clone https://github.com/yashsriv/networks-video-stream.git $GOPATH/src/github.com/yashsriv/networks-video-streamInstall dep: https://github.com/golang/dep#installation
Install dependencies:
$ cd $GOPATH/src/github.com/yashsriv/networks-video-stream
$ dep ensure -vInstall npm/yarn, and then:
$ cd frontend
$ npm install
# or
$ yarn installRun server:
$ go run app.goNow run angular frontend:
$ cd frontend
$ npm start
# or
$ yarn startOpen up http://localhost:4200 and profit!
Run build.sh:
$ ./build.shRun main server:
$ cd dist
$ ./server