Re-added scripts

This commit is contained in:
Bastian Meissner 2020-07-09 11:36:32 +02:00
parent 90ab007b4d
commit f5f8566e77

View file

@ -22,7 +22,11 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "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": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"