minimal-electron-typescript-boilerplate
v1.0.7
Published
Electron-Typescript-React boilerplate with minimal functionality
Maintainers
Readme
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 need2. using npx 😳
$ npx minimal-electron-typescript-boilerplate {you want path}Enjoy
development
# start renderer, after main
$ npm run start:devpackage
$ npm run packafter built project, it put the release directory
About this project
This project was heavily influenced by the electron-react-typescript. Thank you Robin Franken
