Skip to content

Repository files navigation

Electron Boilerplate

Boilerplate for desktop apps using:

Before anything

Install packages. Open a terminal in the project root folder and run:

$ npm install

During development

Start the app in development mode (with hot reload).

Run:

$ npm start

It will launch webpack dev server and electron concurrently.

Start app in production mode (without hot reload).

Run:

$ npm run start:prod

Deploy

Just run:

$ npm run pack

and the output will available in the ./pack folder.

License

Released under the MIT License.

About

Boilerplate for desktop apps using: Electron, React, and TypeScript.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages