primera iteracion del front

This commit is contained in:
2026-03-14 14:53:03 -03:00
parent 389f858369
commit 0905005543
19 changed files with 749 additions and 0 deletions

2
makefile Normal file
View File

@@ -0,0 +1,2 @@
run:
bunx concurrently "ENV=dev go run main.go" "cd front && bun dev"