Change Port In Npm Start

[Solved] Change Port In Npm Start | Shell - Code Explorer | yomemimo.com
Question : change port npm start

Answered by :

npm start --port *Port Number*
Ex: npm start --port 8000

Source : https://stackoverflow.com/questions/24750253/how-npm-start-runs-a-server-on-port-8000 | Last Update : Fri, 01 Sep 23

Answers related to change port in npm start

Code Explorer Popular Question For Shell