I use a web application that runs Python fast API in the backend and electron+vite+vue in the frontend. How can we build and run both the front end and the backend in the same shell? I found one way to run a script to build a Python backend in package.json. Is this good practice? If not what are the alternatives?
Thanks