Fixed running concurrently backend & frontend
Added Site title to index.html
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||
"server": "cd backend && npm run dev",
|
||||
"client": "cd frontend && npm start",
|
||||
"client": "cd frontend && npm run dev",
|
||||
"build": "cd frontend && npm run build",
|
||||
"start": "cd backend && npm start",
|
||||
"install-all": "npm install && cd backend && npm install && cd ../frontend && npm install"
|
||||
|
||||
Reference in New Issue
Block a user