echo-todo/Makefile

10 lines
149 B
Makefile

server-dev:
@templ generate --watch & air
build-server:
@templ generate
go build -o bin/echo-todo
build-frontend:
cd frontend && bun run build