chore: initialize frontend project

This commit is contained in:
kever
2026-06-07 12:57:41 +08:00
commit 46796b5918
25 changed files with 4596 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
NODE_ENV=development
PORT=3000
GO_BACKEND_URL=http://127.0.0.1:8080