1.0.2 • Published 10 months ago

haptica-nanolike-tester v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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