aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-04-16 16:53:53 +0200
committerHampusM <hampus@hampusmat.com>2021-04-16 16:53:53 +0200
commitef256e9e40b5fd0cc741c509e611808cc66bafad (patch)
tree8363cd193b36ae3a7159f3498b5efb093e086d40 /app.js
Initial commit
Diffstat (limited to 'app.js')
-rw-r--r--app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app.js b/app.js
new file mode 100644
index 0000000..48ae694
--- /dev/null
+++ b/app.js
@@ -0,0 +1,3 @@
+const express = require("express");
+
+const app = express();