Answers for "how to start npm at some other port"

2

change port in npm start

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

Browse Popular Code Answers by Language