electron-react-python-template - v1.0.0
    Preparing search index...

    Scripts to start Electron, React, and Python.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • 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.

      Returns Promise<void>