Answers for "npm start specify port"

2

change port in npm start

npm run dev -- --port 8080
Posted by: Guest on March-23-2021
1

yarn start port

Create a .env file in your project folder
add the line "PORT=3006" inside the file and save
Posted by: Guest on January-18-2021
0

react native npm run start port

"scripts": {    "start": "react-native start --port 9988"}
Posted by: Guest on November-03-2020

Browse Popular Code Answers by Language