feat: add web client frontend with monorepo config.

This commit is contained in:
K
2026-04-28 23:56:23 +05:30
parent 3a0c32ea8f
commit a5cf7bbfda
37 changed files with 5505 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "bis-sp21-web",
"version": "1.0.0",
"private": true,
"scripts": {
"server": "node server/index.js",
"client": "npm --prefix client run dev",
"dev": "start cmd /k npm run server && npm run client"
}
}