Initial import

This commit is contained in:
2020-04-16 10:02:11 +02:00
commit 234bc3e264
10 changed files with 392 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "REPLACE_ME",
"version": "1.0.0",
"description": "Simple Hello World that listens on localhost:8080",
"main": "server.js",
"scripts": {
"test": "echo \"no test specified\" && exit 0",
"start": "node server.js"
}
}