how to run npm start without opening browser for react development on linux

Hello everyone 🙂 noob here,

i am learning react and find myself running npm start on the terminal a couple of times but its annoying how it opens a new browser window everytime. I’m trying to stop this from happening on linux.

I found a solution for how to do this on windows(https://siderite.dev/blog/running-npm-start-without-opening-browser/) but how do i do it on linux