Restructuring
This commit is contained in:
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user