set up dev proxy server
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
... | ... | @@ -19,8 +19,9 @@ |
"devDependencies": { | ||
"react-scripts": "1.0.10" | ||
}, | ||
"proxy":"http://localhost:3001", | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"start": "react-scripts start & node ./proxyServer/index.js", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
... | ... |
proxyServer/index.js
0 → 100644