Restructuring

This commit is contained in:
2020-03-13 19:19:46 +05:30
parent c414a25250
commit c3268344c3
6 changed files with 827 additions and 348 deletions

View File

@@ -6,19 +6,25 @@
"node": "10.x"
},
"scripts": {
"start": "node server",
"build": "cd react-ui/ && npm install && npm run build"
"install": "run-p clientinstall serverinstall",
"clientinstall": "cd react-ui && npm install",
"serverinstall": "cd server && npm install",
"start": "run-p clientstart serverstart",
"clientstart": "cd react-ui && npm start",
"serverstart": "cd server && npm start",
"build": "cd react-ui && npm install && npm run build"
},
"cacheDirectories": [
"node_modules",
"server/node_modules",
"react-ui/node_modules"
],
"dependencies": {
"express": "^4.16.4"
"npm-run-all": "^4.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/mars/heroku-cra-node.git"
"url": "https://github.com/mohiit1502/heroku-cra-node.git"
},
"keywords": [
"node",