Starting anew, before I changed to a custom chart

This commit is contained in:
Daniel Ledda
2021-03-14 18:42:25 +01:00
commit 50362860ae
47 changed files with 13982 additions and 0 deletions

12
server/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "climate-server",
"version": "1.0.0",
"devDependencies": {
"@types/node-fetch": "^2.5.8",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11"
},
"scripts": {
"dev": "concurrently -n \"typescript,nodemon\" -c \"bgGreen.gray.bold,bgYellow.gray.bold\" \"tsc -w\" \"nodemon ../app-dist/server/main.js\""
}
}