Skip to content

🚀 Create electron apps with no build configuration

License

Notifications You must be signed in to change notification settings

btzr-io/electron-preact-app

Repository files navigation

electron-preact-app ⚛️ ➡️ 🚀

Create electron apps with no build configuration.

David GitHub code size in bytes GitHub license

Installation

yarn global add electron-preact-app
npm -g electron-preact-app

Usage

Creating a new project:

$ electron-preact-app create <app-name>

Commands

Full list of supported commands:

Command Args Descrition
create <app-name> Create a new project inside the current folder.

Flags

Full list of supported flags:

Flags Description
--git Initialize as a git repository, include common-files

What's inside the bundle?

  • electron, electron-webpack, electron-build.
  • webpack, preact, redux, css-modules.