Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/massa142/pomodoro

Time application for Pomodoro Technique
https://github.com/massa142/pomodoro

Last synced: 7 days ago
JSON representation

Time application for Pomodoro Technique

Awesome Lists containing this project

README

        

# pomodoro

Time application for Pomodoro Technique

## Development

This project uses the following boilerplate.

[Quramy/electron-jsx-babel-boilerplate](https://github.com/Quramy/electron-jsx-babel-boilerplate)

## Install

Clone this repository, so execute the following command.

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

## Run application
### With file watch and livereload

```bash
gulp serve
```

### Pre-packaging app

```bash
gulp build;electron dist
```

## Package application

```bash
gulp package
```