I do the same thing every morning (or whenever I want to reboot) & would like a way to automate it. Here are the steps. (I don't want anything to run in the background/daemon because I need to see the output):
- Open Windows Terminal (PowerShell)
- Change path to
<dir> - Run an
npmcommand:npm run <command> - Open tab 2
- change path to
<dir> - run another
npmcommand:npm run <command2> - open tab 3
- change to
<dir>
As you can see, this can become quite repetitive. I was trying to think off the top of my head the best way to automate this & I can't think of a good way.