Funny Story, NPM Doesn’t Provide an Immediately Obvious Way to Run Multiple Scripts at OnceWe’ve all been there — you open up an app for local development and you need to run your Express/Node.js backend server and your React UI server simultaneously, but in order to do so you have to open up two terminal (or more) windows, cd into two different package.json files via the command line and run two
