Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.54 KB

File metadata and controls

32 lines (21 loc) · 1.54 KB

Awesome Electron-Forge Boilerplate

I created this boilerplate to start an Electron application using most popular tools:

Moreover the webpack.(main|renderer).config.ts files have been modified to be able to support electron-bridge (see this)

Use this boilerplate

To use this boilerplate for your next project use the Github UI to "Use as template" or just fork the repo.

Development

  • Install package: yarn
  • Generate bridge files from schema: yarn run generate-schema
  • Run dev mode: yarn start
  • Package app: yarn run package

Changelog

  • Version 1.0.1:

    • Add scoped log to serial