aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
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();