From f5f8566e77efb4993f355ca83d9391b491f9b0b7 Mon Sep 17 00:00:00 2001 From: Bastian Meissner Date: Thu, 9 Jul 2020 11:36:32 +0200 Subject: [PATCH] Re-added scripts --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9800569..80b8887 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,11 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "serveAppData": "http-server ./ -c-1", + "serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000", + "serve:dev": "npm-run-all --parallel serveAppData start", + "serve:production": "npm-run-all --parallel serveAppData serveProductionApp" }, "eslintConfig": { "extends": "react-app"