Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 553 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 553 Bytes

pomodoro

Time application for Pomodoro Technique

Development

This project uses the following boilerplate.

Quramy/electron-jsx-babel-boilerplate

Install

Clone this repository, so execute the following command.

cd pomodoro
npm install -g bower gulp electron-prebuilt
npm install

Run application

With file watch and livereload

gulp serve

Pre-packaging app

gulp build;electron dist

Package application

gulp package