This is a basic template for developing a desktop application with Electron, React.js and Typescript.
It also allows you to package the application in an .exe with Electron-builder
To start using this template you must follow the following steps:
- Install package with
npm install
- Change title in index.html
- Change name in package.json
To package the application you must place in the terminal
npm run build