Share on Websites

Most commonly, Electron apps are shared via GitHub Releases. People who create and package their own applications upload the binaries to a GitHub repository where others can download them. You can see some great examples of this on the Electron App page. This is free, version controlled, and kept cleanly alongside your code.

Once you create your release, link to your downloads from your website! We recommend GitHub Pages if you don’t have a website yet.

Stuck? Open an issue in the repository for this class and mention @githubteacher for help from one of the GitHub trainers!
Continue