You need to install dep to make use of the dependencies
# Execute dep ensure to get the dependencies
$ dep ensureTo build and execute the services
docker-compose upTo start the development server
$ cd frontend
$ yarn serveYou'll be able to access the server from url localhost:3000