Merge pull request #2 from Chazie9/add-nodemon

Added nodemon
This commit is contained in:
Moorad
2019-03-27 18:11:21 +00:00
committed by GitHub
3 changed files with 2542 additions and 53 deletions

View File

@@ -1,3 +1,9 @@
## Youtube Downloader
This Project was used in one of my stories on Medium. If there is any issues please open a new issue.
This Project was used in one of my stories on Medium. If there is any issues please open a new issue.
```
cd Server
npm install
npm run dev
```

2583
Server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
@@ -12,5 +13,8 @@
"cors": "^2.8.5",
"express": "^4.16.4",
"ytdl-core": "^0.28.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}