I have created an Angular app. I have created mock server using json-server plugin from node.
Currently problem with this is, I have to open multiple command prompt to run json server and angular cli.
Is there any way where I can execute both the commands in parallel. OR is there any way where I will run ng serve and in behind it runs the json-server command as well?