Once you have fulfilled all the requirements:
make go
# in separate terminal
make vue
or without make:
cd api && bash -c "go run main.go"
# in separate terminal
cd ui && npm i && npm run serve
Then wait for vue to finish the build, and open the link vue cli has provided