I would like to ask if there is any way to run the React app in development mode as a background process so it won't hog the terminal. I study computer science and I use SSH to connect to the school PC. It is the way my teacher requires it. As my project, I chose to react app, and sadly I have trouble using the terminal when my app is running. Is there any way to run "npm run start" as I background process so I could still use the terminal as normal and maybe kill the process later??
What I tried: Using & in command (didn't work, threw an error), pm2, nohup command
Thanks a lot