Skip to content

9guest/ElecflowTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElecflowTemplate

English | 中文


Introduction

ElecflowTemplate is a quick start Electron template for building cross-platform desktop applications with JavaScript.

Prerequisites

  • Node.js (v14 or higher recommended)
  • Yarn (v1.x or v3.x)

Getting Started

  1. Install dependencies
    yarn
  2. Run the app in development mode
    yarn start

Packaging the App

To build the app for distribution (requires electron-packager or similar):

yarn build

(Adjust this command if you use a different packager or script.)

Project Structure

  • src/ – Main source files (HTML, JS, CSS)
  • main.js – Electron main process entry
  • package.json – Project metadata and scripts
  • build/ – Icons, installer scripts, and assets

Customization

  • Edit src/index.html, src/renderer.js, and src/styles.css to change the UI.
  • Modify main.js for main process logic.

About

An Electron Quick Start Template for Starter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors