electron-userland / electron-forge-templates

Templates bundled with Electron Forge <= 5 to create Electron apps using popular JavaScript frameworks
107 stars 23 forks source link
angular2 electron electron-forge javascript react typescript vue

Electron Forge Templates

This repo helps you to get started with many of the popular web frameworks in Electron, by providing a ready-to-go templates for electron-forge.

How do I try these out?

All of these templates are built-in to electron-forge. All you have to do is install forge, initialize your project and get coding!

npm install -g electron-forge

# react can be swapped out for any of the template names
electron-forge init my-project --template=react

To create an installable package that you can send to people, run:

electron-forge make

Is it really this easy though?

Yes!

Frameworks supported

Unsupported frameworks

Third party templates

Coming soon