Skip to content

Commit 4166d15

Browse files
basic express server
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 591dad9 commit 4166d15

File tree

3 files changed

+410
-0
lines changed

3 files changed

+410
-0
lines changed

Lecture15/hbs-rendering/package-lock.json

+374
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lecture15/hbs-rendering/package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "hbs-rendering",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"dependencies": {
12+
"express": "^4.17.1"
13+
}
14+
}

0 commit comments

Comments
 (0)