Toolkit uses Electron, React, React Router, Webpack and React Fast Refresh.
Clone the repo and install dependencies:
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
分发mac 安装包
npm run package -- --mac
See our docs and guides here