Answers for "how to npm start on a different port"

2

change port in npm start

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

Code answers related to "how to npm start on a different port"

Browse Popular Code Answers by Language