728x90
윈도우
package.json
"scripts": {
"start": "set PORT=8080 && react-scripts start"
}
맥
package.json
"scripts": {
"start": "PORT=8080 react-scripts start",
}
728x90
package.json
"scripts": {
"start": "set PORT=8080 && react-scripts start"
}
package.json
"scripts": {
"start": "PORT=8080 react-scripts start",
}