Skip to content

Commit cccb528

Browse files
express.static
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 543f806 commit cccb528

File tree

5 files changed

+423
-0
lines changed

5 files changed

+423
-0
lines changed

Lecture13/express-static/package-lock.json

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

Lecture13/express-static/package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "express-static",
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)