Goland should automatically handle go dependencies.
To install npm dependencies, run npm install in the client directory.
If using Goland, build the server using the included run build configuration "go build bman".
Build the client in the client directory with npm run-script build.