Chapter 13: initial samples

This commit is contained in:
Beth Griggs
2020-08-03 00:09:53 +01:00
parent 6b79a9e6fb
commit d123a16d35
40 changed files with 4004 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"name": "express-debug-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}