modify starting files and readme

This commit is contained in:
Daniel Avila 2023-03-06 18:17:43 -05:00
parent b9e9203a75
commit d93282640c
4 changed files with 90 additions and 41 deletions

View file

@ -4,7 +4,7 @@
"description": "",
"main": "server/index.js",
"scripts": {
"start": "npx node server/index.js",
"start": "node server/index.js",
"server-dev": "npx nodemon server/index.js"
},
"repository": {