Skip to content

The starter-kit project using Electron + Electron Forge + Webpack + TypeScript + PNPM.

License

Notifications You must be signed in to change notification settings

iNKORE-NET/STARTER.ElectronForge.Vanilla

Repository files navigation

Electron-Forge Starter-Kit

This is a simple project to get you started with Electron. It uses Electron Forge to manage the Electron app and vanilla JavaScript for the main interface.

All the technologies used in this project are:

Getting Started

To get started with this project, you click the "Use this template" button on the top right of this page or click here. This will create a new repository with the same structure as this one.

Clone the repository to your local machine, locate to packages/main and run the following commands:

pnpm install
pnpm dev

This will start the Electron app. You can now start developing your app.

Other Templates