feat: Add nodemon script to run backend
parent
9344ebcde4
commit
9a6cce3564
|
@ -7,10 +7,9 @@
|
||||||
"install-backend": "npm install --prefix backend",
|
"install-backend": "npm install --prefix backend",
|
||||||
"install-frontend": "npm install --prefix frontend",
|
"install-frontend": "npm install --prefix frontend",
|
||||||
"install": "npm run install-backend && npm run install-frontend",
|
"install": "npm run install-backend && npm run install-frontend",
|
||||||
"backend": "npm start --prefix backend",
|
"backend-dev": "npm run dev --prefix backend",
|
||||||
"frontend": "npm start --prefix frontend",
|
"frontend": "npm start --prefix frontend",
|
||||||
"start": "npm run backend & npm run frontend",
|
"start": "npm start --prefix backend & npm run frontend",
|
||||||
"dev": "npm run dev --prefix backend & npm run frontend",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
Loading…
Reference in New Issue