/electron-test-app-with-electron-builder

A minimal Electron application template along with electron builder configured

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

electron bootstrap with electron builder

Clone and run for a quick way to see Electron in action along with build setup

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/siwalikm/electron-test-app-with-electron-builder
# Go into the repository
cd electron-test-app-with-electron-builder
# Install dependencies
npm install
# Run the app
npm start
# Build app into dist
npm run dist

Resources for Learning Electron