commandgit-bashnpm-live-server

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


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!)


Solution

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