Skip to content

osedoe/electron-wrapper

Repository files navigation

electron-wrapper

npm run start-dev

Packaging

We use Electron builder to build and package the application. By default, you can run the following to package for your current platform:

npm run dist

This will create an installer for your platform in the releases folder.

You can make builds for specific platforms (or multiple platforms) by using the options found here. E.g. building for all platforms (Windows, Mac, Linux):

npm run dist -- -mwl

About

Electron template with TS and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published