npm install- The postinstall will run
npm run get_go_depsto install Golang dependencies. dep is used for go dependency management.
- The postinstall will run
npm startto start the Golang server and Webpack dev server- Go to
http://localhost:8081
npm start calls grpcwebproxy binary installed globally, e.g symlink at least is required - ln -s /usr/local/bin $GOPATH/bin/grpcwebproxy