Starts developer mode.
Spawns three children: webpack-dev-server (React), Flask (via Electron), and Electron itself. Closing the Electron window kills the whole tree — see the cleanup logic below. This used to leak orphan node/python processes when the user shut down via the Electron window.
Scripts to start Electron, React, and Python.