Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 490 Bytes

ELECTRON-REACT-TEMPLATE

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

INSTALLATION

To start using this template you must follow the following steps:

  1. Install package with npm install
  2. Change title in index.html
  3. Change name in package.json

PACKAGE

To package the application you must place in the terminal npm run build