Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sbeleidy/my-pomodoro

A simple way to follow the pomodoro technique
https://github.com/sbeleidy/my-pomodoro

Last synced: 21 days ago
JSON representation

A simple way to follow the pomodoro technique

Awesome Lists containing this project

README

        

# \

A simple way to follow the pomodoro technique

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

## Viewing The Application

```
$ polymer serve
```

## Building The Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```