Built on Typescript, React, and Tailwind v4
Install dependencies:
Node v22.17.0installedpnpminstalled
Clone the repo and install packages:
git clone --depth 1 --branch main https://github.com/tmpsts/ElectronBlank.git electron-blank
cd electron-blank
pnpm installTo start the app in the dev environment:
pnpm devTo build for production: (choose between 'win', 'linux', and 'mac' for build platform)
pnpm build:win