Working Hello World express app

This commit is contained in:
2024-04-07 12:42:00 +02:00
commit 66765c431a
5 changed files with 723 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "scoreboard",
"version": "1.0.0",
"description": "Score- and timeboard for various sports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2"
}
}