Portable exe download here.
This project uses React, Material UI, Node and TypeScript. This was also built on top of the electron react boilerplate project.
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/BustosAndrew/Desktop-Tools.git your-project-name
cd your-project-name
npm install
Having issues installing? See our debugging guide
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
See our docs and guides here