Start Npm On Different Port

[Solved] Start Npm On Different Port | Shell - Code Explorer | yomemimo.com
Question : start npm on different port

Answered by : harpreet-singh-r710vggw56ki

//React-Native
npm start dev -- --port 8082

Source : | Last Update : Fri, 30 Jun 23

Question : npm run on different port

Answered by : alex-9vxwcufh3pqt

"scripts":{	"start": "PORT=3001 react-scripts start"
}

Source : | Last Update : Tue, 01 Feb 22

Answers related to start npm on different port

Code Explorer Popular Question For Shell