Use Run Commands to launch the API and App of an Nx Workspace

Share this video with your friends

Send Tweet

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.