How can I write a commands in GitBash while npm live-server is working?

300 Views Asked by At

I just started working with Git Bash, so I'm trying to do some commands while npm live-server is working, but Git Bash doesn't react at all. I figured out that I can stop the process with "Ctrl+C" command, but is there a opportunity to do commands without stopping the live-server? Thanks for your answers!)

1

There are 1 best solutions below

1
Alex Udodov On BEST ANSWER

Thank you, Clive! I understand the method) Now I can write commands while server is working!