Created
December 20, 2017 07:44
-
-
Save yohangz/a2508d3b103530aaa81621d228769bfd to your computer and use it in GitHub Desktop.
React Create App package.json modification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"scripts": { | |
... | |
"build": "rimraf ../public && react-scripts build && ncp build ../public && rimraf build", | |
... | |
}, | |
... | |
"proxy": "http://localhost:9000", | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment