/electron-timer-app

Small Timer App

Primary LanguageJavaScript

electron-timer-app

Simple timer app developed with Electron.

Screenshot

Installation

$ git clone https://github.com/klugjo/electron-timer-app

Execution

Pass the time in seconds in the command line.

electron . 255

Tutorial

Follow this tutorial to learn how to build this app and how to:

  • Install Electron
  • Configure the app window
  • Pass arguments from the command line to the UI
  • Use Node libraries in an electron app