Fixed running concurrently backend & frontend
Added Site title to index.html
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>ALUXPAY - Payment Gateway</title>
|
<title>%VITE_REACT_APP_STORE_NAME% - Payment Gateway</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||||
"server": "cd backend && npm run dev",
|
"server": "cd backend && npm run dev",
|
||||||
"client": "cd frontend && npm start",
|
"client": "cd frontend && npm run dev",
|
||||||
"build": "cd frontend && npm run build",
|
"build": "cd frontend && npm run build",
|
||||||
"start": "cd backend && npm start",
|
"start": "cd backend && npm start",
|
||||||
"install-all": "npm install && cd backend && npm install && cd ../frontend && npm install"
|
"install-all": "npm install && cd backend && npm install && cd ../frontend && npm install"
|
||||||
|
|||||||
Reference in New Issue
Block a user