I use webpack with my frontend project and I also use json-server as a backend.
Now I separately start json-server and the frontend project. It is not convenient to do so always.
Is there a way to somehow configure webpack that it could start json-server itself before running the project?