Skip to content

Boilerplate to kickstart creating an app with Electron

License

Notifications You must be signed in to change notification settings

ekodedypurnomo/electron-boilerplate

 
 

Repository files navigation

electron-boilerplate

Boilerplate to kickstart creating an app with Electron

See awesome-electron for more useful Electron resources.

See Caprine for a production app based on this boilerplate.

Features

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

$ curl -fsSL https://github.com/sindresorhus/electron-boilerplate/archive/master.tar.gz | tar -xz --strip-components 1

There's also a Yeoman generator.


Remove everything from here and above


App Name

The best app ever

Install

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

macOS

Download the .dmg file.

Linux

Download the .AppImage or .deb file.

The AppImage needs to be made executable after download.

Windows

Download the .exe file.


Dev

Built with Electron.

Run

$ npm install
$ npm start

Publish

$ npm run release

After Travis finishes building your app, open the release draft it created and click "Publish".

About

Boilerplate to kickstart creating an app with Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • CSS 11.3%
  • HTML 5.9%