Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbeleidy/my-pomodoro
- Owner: sbeleidy
- Created: 2016-08-16T06:55:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T03:52:11.000Z (over 8 years ago)
- Last Synced: 2024-11-07T01:46:00.738Z (2 months ago)
- Language: HTML
- Homepage: https://my-pomodoro-62da9.firebaseapp.com/
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```