Run in background

& space and ampersand to leave a process in the background. This means that the user will continue to have control of the terminal

$ npm start &
output: [1] 23954 (process id)

Last updated