Part 3 enabling cors "how do I get two servers up at once for this lesson?

Not sure how to start the npm start server at 8001 and also the storefront3 server at 8000.

I have to load the storefront3_client app then npm install npm start for 8001 yet in doing so the 8000 server stops

will you help me see what I can’t please?

Ok…answer is(at least the one I learned that worked): Mult-root workspaces

go here: Multi-root Workspaces in Visual Studio Code

Once I got both the storefront3 and storefront3_client folders both in the same multi-root workspace, I am able to keep both 8000 and 8001 going at the same time.

QED