golang MongoDB Docker NodeJS
make server_start
By doing this you start Golang server_start.
Then in another terminal you write following to start Envoy proxy:
make envoy_build
make envoy_start
Lastly type this to start React app:
cd frontend
npm install
npm run build
serve -s build