When you host your frontend and backend API in the same Nx workspace, you most often want to launch them simultaneously. Of course, you can run the processes in two different terminals, but that's kinda cumbersome. In this lesson, we're going to look into how you can optimize that developer experience by leveraging the run-many
command and Nx run-commands.