initial commit

This commit is contained in:
Luca Jakob 2026-02-10 15:58:49 +01:00
commit a379831f60
3 changed files with 15 additions and 0 deletions

0
.gitignore vendored Normal file
View File

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# FS 2026 Frontendentwicklung
## Semesterarbeit

12
frontend/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "fs2026-frontend",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}