feat: frontend server

This commit is contained in:
2025-12-19 19:53:46 +03:00
parent ffae7a9f5c
commit 5fb407dca3
12 changed files with 1604 additions and 0 deletions

16
frontend/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"express": "^5.2.1"
}
}