/minimal-electron-typescript-boilerplate

Electron-Typescript-React boilerplate with minimal functionality.

Primary LanguageJavaScript

Minimal Electron TypeScript Boilerplate

Electron-Typescript-React boilerplate with minimal functionality.

Installation

1. using clone

$ git clone --depth=1 https://github.com/javarouka/minimal-electron-typescript-boilerplate
$ cd boilerplate // There are boilerplate files that you need

2. using npx 😳

$ npx minimal-electron-typescript-boilerplate {you want path}

Enjoy

development

# start renderer, after main
$ npm run start:dev

package

$ npm run pack

after built project, it put the release directory

About this project

This project was heavily influenced by the electron-react-typescript. Thank you Robin Franken