https://github.com/bestguy/svelte-word-qlock
Word clock using Svelte
https://github.com/bestguy/svelte-word-qlock
Last synced: about 1 year ago
JSON representation
Word clock using Svelte
- Host: GitHub
- URL: https://github.com/bestguy/svelte-word-qlock
- Owner: bestguy
- License: mit
- Created: 2016-12-18T04:46:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T05:41:59.000Z (about 8 years ago)
- Last Synced: 2025-02-14T02:51:22.405Z (over 1 year ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README

[DEMO](https://bestguy.github.io/svelte-word-qlock/)
# Web-based word clock using:
* [Svelte](http://svelte.technology/)
* [ES6 (via BabelJS)](http://babeljs.io/)
* [Webpack](http://webpack.github.io)
----
## Install & Run:
### Development:
npm install
npm start
open http://localhost:3000
### Production:
npm install
webpack -p
Host Qlock.js wherever you'd like.