Roughing out the demo app

This commit is contained in:
Nate Taylor
2019-10-23 07:41:03 -05:00
parent 5bc58a2d40
commit 94be06d3c4
2841 changed files with 274065 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "Source code for the Pluralsight course JavaScript Promises and Async Programming",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"api": "json-server "
},
"repository": {
"type": "git",
@@ -15,5 +15,9 @@
"bugs": {
"url": "https://github.com/taylonr/async-programming-promises/issues"
},
"homepage": "https://github.com/taylonr/async-programming-promises#readme"
"homepage": "https://github.com/taylonr/async-programming-promises#readme",
"dependencies": {
"express": "^4.17.1",
"json-server": "^0.15.1"
}
}