refactor express to use routes

This commit is contained in:
Daniel Avila 2023-02-12 16:38:33 -05:00
parent cd71bb0727
commit ed44daf8b3
11 changed files with 157 additions and 128 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "webpack-dev-server .",
"build": "Webpack . --watch",
"server": "node server/index.js",
"server": "npx nodemon server/index.js",
"test": "test"
},
"repository": {