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
- Host: GitHub
- URL: https://github.com/sergi/timers
- Owner: sergi
- Created: 2013-01-22T14:25:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T18:05:28.000Z (over 13 years ago)
- Last Synced: 2025-03-26T08:13:53.503Z (over 1 year ago)
- Language: JavaScript
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/.