go-web
go-web copied to clipboard
makefile targets have no effect
There is no ui folder.
There is no script dev or build in package.json
Makefile : 67
# UI
.PHONY: ui
ui: ; @ ## Run frontend development server
cd ui && yarn run dev
.PHONY: build-ui
build-ui: ; @ ## Build frontend production build
cd ui && yarn run build
```
Hi @mhowell86, the project is a bit outdated. I will try to update it soon.