Updated the server & client scripts in the package.json
This commit is contained in:
parent
3e6a52998b
commit
374b435ac4
@ -6,8 +6,8 @@
|
||||
"author": "Mathias Wagner <germannewsmaker@gmail.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"client": "cd client && yarn start",
|
||||
"server": "nodemon server.js",
|
||||
"client": "cd client && yarn dev",
|
||||
"server": "nodemon server",
|
||||
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user