diff --git a/Makefile b/Makefile index 97150f7..bac4c07 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,10 @@ build-dist: run: build ./${BIN} +.PHONY: run-frontend +run-frontend: + cd frontend && yarn start + .PHONY: test test: go test