Electron React Boilerplate for PyLab uses Electron React Boilerplate template.
First, clone the repo via git and install dependencies:
git clone --depth 1 --branch main https://github.com/PyLabCo/pylab-electron-boilerplate.git your-project-name
cd your-project-name
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
MIT © PyLab