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

https://github.com/sergi/timers

Simple but convenient timer webapp
https://github.com/sergi/timers

Last synced: over 1 year ago
JSON representation

Simple but convenient timer webapp

Awesome Lists containing this project

README

          

# A Blank Template for Open Web Apps

The is a minimal template that has a little HTML, CSS, and js to help
you start writing an Open Web App.

This is part of the [mortar](https://github.com/mozilla/mortar/)
template collection for building Open Web Apps.

# Usage

There are a few ways to get this template:

* git clone git://github.com/mozilla/mortar-app-stub.git myapp
* volo create myapp mozilla/mortar-app-stub

If you have node installed, you can run a development server with volo:

* cd myapp
* volo serve

View the app at http://localhost:8008/.