Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmarkovtsev/countdown
Overkilled experiment with modern web frontend technologies to produce a fancy countdown timer.
https://github.com/vmarkovtsev/countdown
Last synced: 22 days ago
JSON representation
Overkilled experiment with modern web frontend technologies to produce a fancy countdown timer.
- Host: GitHub
- URL: https://github.com/vmarkovtsev/countdown
- Owner: vmarkovtsev
- License: mit
- Created: 2015-03-09T06:35:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T09:59:25.000Z (over 9 years ago)
- Last Synced: 2023-04-03T10:57:42.623Z (over 1 year ago)
- Language: HTML
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Countdown
Overkilled experiment with modern web frontend technologies to produce a fancy countdown timer.How to build
------------
Install node/io.js, then run
```bash
npm install -g gulp && npm install
gulp
```This will build the project into `dist` directory. Use any static http server to serve it and open ``countdown.html``.
*It will not work if is opened locally (without the server).*