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 installHaving issues installing? See our debugging guide
Start the app in the dev environment:
npm startTo package apps for the local platform:
npm run packageSee our docs and guides here