Willyfrog / enp

small project to test electron notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Notifications ProofOfConcept (ENP)

A bare minimum project structure based on electron-webpack to exemplify problems found during development of windows notifications with electron.

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir

to build an MSI

on windows, you'll need choco installed and the build-tools

run on a powershell:

.\scripts\Makefile.ps1

About

small project to test electron notifications


Languages

Language:PowerShell 75.1%Language:JavaScript 20.3%Language:XSLT 4.6%