Skip to content

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

License

Notifications You must be signed in to change notification settings

Rustam-Abrahamyan/electron-boilerplate

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.