|
@@ -8,7 +8,7 @@
|
|
"react-scripts": "1.1.1"
|
|
"react-scripts": "1.1.1"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "start": "react-scripts start",
|
|
|
|
|
|
+ "start": "PORT=8080 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
"eject": "react-scripts eject"
|