npm install
- The postinstall will run
npm run get_go_deps
to install Golang dependencies. dep is used for go dependency management.
- The postinstall will run
npm start
to 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