Skip to content

wakayamarb/1min-timer

Repository files navigation

1Minute Timer, Electron Application Sample

Build Status

This is a repository of simple desktop application sample made with HTML, CSS and JavaScript based on Electron. Compiled packages are available on Mac, Linux and Windows.

Features

Application can be previewed on your Chrome, Firefox or other browsers with ES2015 implementation.

https://wakayamarb.github.io/1min-timer/

screenshot-01

Install

$ git clone https://github.com/wakayamarb/1min-timer.git
$ cd 1min-timer
$ npm install

Test

Unit tests and e2e tests are going to be done.

$ npm test

Preview on Electron

$ npm start

Build darwin and linux package

$ npm run build

Build win32 package on Mac

$ brew install wine
$ npm run build-win32

Build win32 package on Windows

It have been never tried but perhaps command below works.

$ npm run build-win32

About

Electron based application sample with tests.

Resources

Stars

Watchers

Forks

Packages

No packages published