A Simple Electron boilerplate which uses Electron, React, React Router, Electron Builder
Clone the Repo and Install Dependencies:
git clone --branch main https://github.com/NiteshSaxena/electron-react-typescript-boilerplate.git your_project_name
cd your_project_name
npm install
Start your app in dev
environment:
npm start
To package:
npm run package
Several variables are defined in package.json
- If you are publishing to Github, update the repo link and git token.